InvalidFormattingStringException Class |
Exception thrown by the FormattingStringParser and by the Logger class
when user code provides an invalid formatting string.
System.Object
System.Exception
System.SystemException
System.FormatException
PostSharp.Patterns.Diagnostics.Custom.InvalidFormattingStringException
System.Exception
System.SystemException
System.FormatException
PostSharp.Patterns.Diagnostics.Custom.InvalidFormattingStringException
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public class InvalidFormattingStringException : FormatException
Name | Description | |
---|---|---|
InvalidFormattingStringException() |
Initializes a new InvalidFormattingStringException with the default error message.
| |
InvalidFormattingStringException(String) |
Initializes a new InvalidFormattingStringException and specifies the error message.
| |
InvalidFormattingStringException(SerializationInfo, StreamingContext) |
Deserialization constructor.
| |
InvalidFormattingStringException(String, Exception) |
Initializes a new InvalidFormattingStringException and specifies the error message and
the inner Exception.
|