Exception thrown when an operation assumes a different current LoggingContext.
Implements
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class LoggingContextMismatchException : Exception, ISerializableConstructors
| 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. |