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

InvalidFormattingStringException Constructor

InvalidFormattingStringException()

Initializes a new instance of the InvalidFormattingStringException class with the default error message.

Declaration
public InvalidFormattingStringException()

InvalidFormattingStringException(String)

Initializes a new instance of the InvalidFormattingStringException class specifying the error message.

Declaration
public InvalidFormattingStringException(string message)
Parameters
Type Name Description
System.String message

The error message.

InvalidFormattingStringException(String, Exception)

Initializes a new instance of the InvalidFormattingStringException class specifying the error message and the inner System.Exception.

Declaration
public InvalidFormattingStringException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner