次の方法で共有


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)

message を指定して、InputFormatterException の新しいインスタンスを初期化します。

InputFormatterException(String, Exception)

この例外の原因である、指定されたmessage内部例外を使用して の新しいインスタンスInputFormatterExceptionを初期化します。

適用対象