Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ConnectionClosedException()

Ice::ConnectionClosedException::ConnectionClosedException ( const char * file,
int line,
std::string message,
bool closedByApplication )
inline

Constructs a ConnectionClosedException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
messageThe message returned by what().
closedByApplicationTrue if the connection was closed by the application, false if the connection was closed by the Ice runtime.

Definition at line 604 of file LocalExceptions.h.