MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersFormatter­Not­Found­ExceptionFormatter­Not­Found­Exception
Open sandboxFocus

FormatterNotFoundException Constructor

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
System.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
System.String message
System.Exception innerException

FormatterNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the FormatterNotFoundException class.

Declaration
public FormatterNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context