LoggingException Class |
Exception thrown by ThrowingLoggingExceptionHandler when the logging subsystem throws an exception.
The InnerException property gets the original Exception.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public class LoggingException : Exception
Name | Description | |
---|---|---|
LoggingException() |
Initializes a new LoggingException with the default error message.
| |
LoggingException(String) |
Initializes a new LoggingException with a specific error message.
| |
LoggingException(SerializationInfo, StreamingContext) |
Deserialization constructor.
| |
LoggingException(String, Exception) |
Initializes a new LoggingException with a specific error message and InnerException.
|