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


Ice::ProxyParseException

Overview

local exception ProxyParseException

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

Data Member Index

str — The string that could not be parsed.

Data Members

string str;

The string that could not be parsed.


  • No labels