Open sandboxFocus

Constructor FormatterNotFoundException

FormatterNotFoundException()

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

Declaration
public FormatterNotFoundException()

FormatterNotFoundException(string)

Initializes a new instance of the FormatterNotFoundException class with the specified error message.

Declaration
public FormatterNotFoundException(string message)
Parameters
Type Name Description
string message

FormatterNotFoundException(string, Exception)

Initializes a new instance of the FormatterNotFoundException class with the specified error message and inner exception.

Declaration
public FormatterNotFoundException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException