

Public Member Functions | |
| SimiasException () | |
| Constructs a SimiasException. | |
| SimiasException (string message) | |
| Constructs a SimiasException. | |
| SimiasException (string message, Exception innerException) | |
| Constructs a SimiasException. | |
| void | LogError () |
| Logs the exception as an error. Only logs the message. | |
| void | LogFatal () |
| Logs the exception as fatal. Logs the message and the stack trace. | |
| Simias::SimiasException::SimiasException | ( | ) | [inline] |
Constructs a SimiasException.
| Simias::SimiasException::SimiasException | ( | string | message | ) | [inline] |
| Simias::SimiasException::SimiasException | ( | string | message, | |
| Exception | innerException | |||
| ) | [inline] |
Constructs a SimiasException.
| message | The message describing the exception. | |
| innerException | The exception that caused this exception. |
| void Simias::SimiasException::LogError | ( | ) | [inline] |
Logs the exception as an error. Only logs the message.
| void Simias::SimiasException::LogFatal | ( | ) | [inline] |
Logs the exception as fatal. Logs the message and the stack trace.
1.5.6