Exception thrown by the FormattingStringParser and by the Logger
class
when user code provides an invalid formatting string.
Implements
Namespace: Flashtrace.Messages
Assembly: Flashtrace.dll
Syntax
public sealed class InvalidFormattingStringException : FormatException, ISerializable
Constructors
Name | Description |
---|---|
InvalidFormattingStringException() | Initializes a new instance of the InvalidFormattingStringException class with the default error message. |
InvalidFormattingStringException(string) | Initializes a new instance of the InvalidFormattingStringException class specifying the error message. |
InvalidFormattingStringException(string, Exception) | Initializes a new instance of the InvalidFormattingStringException class specifying the error message and the inner Exception. |