Freigeben über


InputFormatterException Konstruktoren

Definition

Überlädt

InputFormatterException()

Initialisiert eine neue Instanz von InputFormatterException.

InputFormatterException(String)

Initialisiert eine neue Instanz von InputFormatterException mit der angegebenen message.

InputFormatterException(String, Exception)

Initialisiert eine neue instance von InputFormatterException mit der angegebenen message und inneren Ausnahme, die die Ursache dieser Ausnahme ist.

InputFormatterException()

Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs

Initialisiert eine neue Instanz von InputFormatterException.

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

Gilt für:

InputFormatterException(String)

Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs

Initialisiert eine neue Instanz von InputFormatterException mit der angegebenen message.

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)

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

InputFormatterException(String, Exception)

Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs
Quelle:
InputFormatterException.cs

Initialisiert eine neue instance von InputFormatterException mit der angegebenen message und inneren Ausnahme, die die Ursache dieser Ausnahme ist.

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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: