InputFormatterException Konstruktory

Definicja

Przeciążenia

InputFormatterException()

Inicjuje nowe wystąpienie klasy InputFormatterException.

InputFormatterException(String)

Inicjuje nowe wystąpienie klasy InputFormatterException z określonym messageelementem .

InputFormatterException(String, Exception)

Inicjuje nowe wystąpienie InputFormatterException z określonym message i wewnętrznym wyjątkiem, który jest przyczyną tego wyjątku.

InputFormatterException()

Źródło:
InputFormatterException.cs
Źródło:
InputFormatterException.cs

Inicjuje nowe wystąpienie klasy InputFormatterException.

public:
 InputFormatterException();
public InputFormatterException ();
Public Sub New ()

Dotyczy

InputFormatterException(String)

Źródło:
InputFormatterException.cs
Źródło:
InputFormatterException.cs

Inicjuje nowe wystąpienie klasy InputFormatterException z określonym messageelementem .

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)

Parametry

message
String

Komunikat wyjątku.

Dotyczy

InputFormatterException(String, Exception)

Źródło:
InputFormatterException.cs
Źródło:
InputFormatterException.cs

Inicjuje nowe wystąpienie InputFormatterException z określonym message i wewnętrznym wyjątkiem, który jest przyczyną tego wyjątku.

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)

Parametry

message
String

Komunikat wyjątku.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy