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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Ice::UnknownException

Overview

local exception UnknownException

This exception is raised if an operation call on a server raises an unknown exception. For example, for C++, this exception is raised if the server throws a C++ exception that is not directly or indirectly derived from Ice::LocalException or Ice::UserException.

Derived Exceptions

Data Member Index

unknown — This field is set to the textual representation of the unknown exception if available.

Data Members

string unknown;

This field is set to the textual representation of the unknown exception if available.


  • No labels