Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::VersionParseException

Overview

local exception VersionParseException

This exception is raised if there was an error while parsing a version.

Data Member Index

str — Describes the failure and includes the string that could not be parsed.

Data Members

string str;

Describes the failure and includes the string that could not be parsed.


  • No labels