The exception that is thrown when error is found in logging. More...
Inherits Details_Exception.
Protected Member Functions | |
| void | DoThrow (const System::ExceptionPtr &self) const override |
| Details_LoggingException () | |
| Initializes a new instance of the LoggingException class. More... | |
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_LoggingException, CODEPORTING_ARGS()) | |
| Details_LoggingException (System::String message) | |
| Initializes a new instance of the LoggingException class. More... | |
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_LoggingException, CODEPORTING_ARGS(System::String message)) | |
| Details_LoggingException (System::String message, System::Exception innerException) | |
| Initializes a new instance of the LoggingException class. More... | |
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_LoggingException, CODEPORTING_ARGS(System::String message, System::Exception innerException)) | |
The exception that is thrown when error is found in logging.
|
protected |
Initializes a new instance of the LoggingException class.
|
protected |
Initializes a new instance of the LoggingException class.
| message | The error message. |
|
protected |
Initializes a new instance of the LoggingException class.
| message | The error message. |
| innerException | The inner exception. |
|
overrideprotected |
|
protected |
|
protected |
|
protected |