Open sandboxFocus

Class LoggingContextMismatchException

Exception thrown when an operation assumes a different current LoggingContext.

Inheritance
LoggingContextMismatchException
Implements
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class LoggingContextMismatchException : Exception, ISerializable

Constructors

Name Description
LoggingContextMismatchException()

Initializes a new LoggingContextMismatchException.

LoggingContextMismatchException(SerializationInfo, StreamingContext)

Deserialization constructor.

LoggingContextMismatchException(string)

Initializes a new LoggingContextMismatchException and specifies the exception message.

LoggingContextMismatchException(string, Exception)

Initializes a new LoggingContextMismatchException and specifies the exception message and an inner Exception.