MetalamaAPI documentationFlashtrace APIFlashtrace.​MessagesInvalid­Formatting­String­Exception
Open sandboxFocus

InvalidFormattingStringException Class

Exception thrown by the Flashtrace.Messages.FormattingStringParser and by the Logger class when user code provides an invalid formatting string.

Inheritance
System.Object
InvalidFormattingStringException
Namespace: Flashtrace.Messages
Assembly: Flashtrace.dll
Syntax
public sealed class InvalidFormattingStringException : FormatException

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 System.Exception.