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


IceGrid::ServerStartException

Overview

exception ServerStartException

This exception is raised if a server failed to start.

Used By

Data Member Index

id — The identifier of the server.
reason — The reason for the failure.

Data Members

string id;

The identifier of the server.

string reason;

The reason for the failure.


  • No labels