Freigeben über


ValueProviderException Konstruktoren

Definition

Überlädt

ValueProviderException(String)

Initialisiert eine neue Instanz von ValueProviderException mit der angegebenen message.

ValueProviderException(String, Exception)

Initialisiert eine neue instance von ValueProviderException mit der angegebenen message und inneren Ausnahme, die die Ursache für diese Ausnahme ist.

ValueProviderException(String)

Quelle:
ValueProviderException.cs

Initialisiert eine neue Instanz von ValueProviderException mit der angegebenen message.

public:
 ValueProviderException(System::String ^ message);
public ValueProviderException (string message);
new Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderException : string -> Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderException
Public Sub New (message As String)

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

ValueProviderException(String, Exception)

Quelle:
ValueProviderException.cs

Initialisiert eine neue instance von ValueProviderException mit der angegebenen message und inneren Ausnahme, die die Ursache für diese Ausnahme ist.

public:
 ValueProviderException(System::String ^ message, Exception ^ innerException);
public ValueProviderException (string message, Exception innerException);
new Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderException : string * Exception -> Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderException
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: