Ice::DispatchException::DispatchException | ( | const char * | file, |
int | line, | ||
ReplyStatus | replyStatus, | ||
std::optional< std::string > | message = std::nullopt ) |
Constructs a DispatchException.
file | The file where this exception is constructed. This C string is not copied. |
line | The line where this exception is constructed. |
replyStatus | The reply status. It must be greater than ReplyStatus::UserException. |
message | The error message. If nullopt, this constructor creates a default message. |