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

◆ UnknownException() [2/2]

Ice::UnknownException::UnknownException ( const char * file,
int line,
ReplyStatus replyStatus,
std::string message )
protected

Constructs an UnknownException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
replyStatusThe reply status.
messageThe error message adopted by this exception and returned by what().