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

◆ UnknownLocalException()

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

Constructs an UnknownLocalException.

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().