| Ice::ConnectionLostException::ConnectionLostException | ( | const char * | file, |
| int | line, | ||
| ErrorCode | error, | ||
| std::optional< std::string > | address = std::nullopt ) |
Constructs a ConnectionLostException.
| file | The file where this exception is constructed. This C string is not copied. |
| line | The line where this exception is constructed. |
| error | The error code. |
| address | The address of the remote peer, if available. |