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 |
---|---|---|
string | message | The error message. |
InvalidFormattingStringException(string, Exception)
Initializes a new instance of the InvalidFormattingStringException class specifying the error message and the inner Exception.
Declaration
public InvalidFormattingStringException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |