| Ice::SyscallException::SyscallException | ( | const char * | file, |
| int | line, | ||
| std::string | messagePrefix, | ||
| ErrorCode | error ) |
Constructs a SyscallException.
| file | The file where this exception is constructed. This C string is not copied. |
| line | The line where this exception is constructed. |
| messagePrefix | The start of the message returned by what(). |
| error | The error code. |