InputFormatterException 类

定义

当输入不采用预期格式时,IInputFormatter 引发的异常。

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

构造函数

InputFormatterException()

初始化 InputFormatterException的新实例。

InputFormatterException(String, Exception)

使用指定的 message 和内部异常初始化 InputFormatterException 的新实例,这是此异常的原因。

InputFormatterException(String)

使用指定的 message初始化 InputFormatterException 的新实例。

适用于