LoggingContextMismatchException Class |
Exception thrown when an operation assumes a different current LoggingContext.
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 LoggingContextMismatchException : Exception
Name | Description | |
---|---|---|
LoggingContextMismatchException() |
Initializes a new LoggingContextMismatchException.
| |
LoggingContextMismatchException(String) |
Initializes a new LoggingContextMismatchException and specifies the exception message.
| |
LoggingContextMismatchException(SerializationInfo, StreamingContext) |
Deserialization constructor.
| |
LoggingContextMismatchException(String, Exception) |
Initializes a new LoggingContextMismatchException and specifies the exception message and an inner Exception.
|