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

◆ ConnectionLostException() [1/2]

Ice::ConnectionLostException::ConnectionLostException ( const char * file,
int line,
ErrorCode error,
std::optional< std::string > address = std::nullopt )

Constructs a ConnectionLostException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
errorThe error code.
addressThe address of the remote peer, if available.