The exception that is thrown when getting an IFormatter from an IFormatterRepository when the formatter for the type is not found.
Implements
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public sealed class FormatterNotFoundException : KeyNotFoundException, ISerializable
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. |