PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Exception
Open sandboxFocus

LoggingException Class

Exception thrown by ThrowingLoggingExceptionHandler when the logging subsystem throws an exception. The InnerException property gets the original Exception.

Inheritance
LoggingException
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class LoggingException : Exception

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.