Exception thrown by the FormattingStringParser and by the Logger class
when user code provides an invalid formatting string.
Implements
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public class InvalidFormattingStringException : FormatException, ISerializableConstructors
| Name | Description |
|---|---|
| InvalidFormattingStringException() | Initializes a new InvalidFormattingStringException with the default error message. |
| InvalidFormattingStringException(SerializationInfo, StreamingContext) | Deserialization constructor. |
| InvalidFormattingStringException(string) | Initializes a new InvalidFormattingStringException and specifies the error message. |
| InvalidFormattingStringException(string, Exception) | Initializes a new InvalidFormattingStringException and specifies the error message and the inner Exception. |