InputFormatterException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| InputFormatterException() |
InputFormatterException の新しいインスタンスを初期化します。 |
| InputFormatterException(String) |
|
| InputFormatterException(String, Exception) |
この例外の原因である指定された |
InputFormatterException()
InputFormatterException の新しいインスタンスを初期化します。
public:
InputFormatterException();
public InputFormatterException ();
Public Sub New ()
適用対象
InputFormatterException(String)
message を指定して、InputFormatterException の新しいインスタンスを初期化します。
public:
InputFormatterException(System::String ^ message);
public InputFormatterException (string message);
new Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException : string -> Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException
Public Sub New (message As String)
パラメーター
- message
- String
例外メッセージです。
適用対象
InputFormatterException(String, Exception)
この例外の原因である指定された message 例外と内部例外を使用して、 の新しいインスタンスInputFormatterExceptionを初期化します。
public:
InputFormatterException(System::String ^ message, Exception ^ innerException);
public InputFormatterException (string message, Exception innerException);
new Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException : string * Exception -> Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外メッセージです。
- innerException
- Exception
現在の例外の原因となった例外。