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

◆ UnknownUserException()

Ice::UnknownUserException::UnknownUserException ( const char * file,
int line,
std::string message )

Constructs an UnknownUserException.

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