InputFormatterException Class

Definition

Exception thrown by IInputFormatter when the input is not in an expected format.

public ref class InputFormatterException : Exception
public class InputFormatterException : Exception
type InputFormatterException = class
    inherit Exception
Public Class InputFormatterException
Inherits Exception
Inheritance
InputFormatterException

Constructors

InputFormatterException()

Initializes a new instance of InputFormatterException.

InputFormatterException(String)

Initializes a new instance of InputFormatterException with the specified message.

InputFormatterException(String, Exception)

Initializes a new instance of InputFormatterException with the specified message and inner exception that is the cause of this exception.

Applies to