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

FormatterNotFoundException Class

The exception that is thrown when getting an IFormatter from an IFormatterRepository when the formatter for the type is not found.

Inheritance
System.Object
FormatterNotFoundException
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public sealed class FormatterNotFoundException : KeyNotFoundException

Constructors

Name Description
FormatterNotFoundException()

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

FormatterNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the FormatterNotFoundException class.

FormatterNotFoundException(String)

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

FormatterNotFoundException(String, Exception)

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