Exception thrown by ThrowingLoggingExceptionHandler when the logging subsystem throws an exception. The InnerException property gets the original Exception.
Implements
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class LoggingException : Exception, ISerializable
Constructors
Name | Description |
---|---|
LoggingException() | Initializes a new LoggingException with the default error message. |
LoggingException(SerializationInfo, StreamingContext) | Deserialization constructor. |
LoggingException(string) | Initializes a new LoggingException with a specific error message. |
LoggingException(string, Exception) | Initializes a new LoggingException with a specific error message and InnerException. |