Share via


ValueProviderException Constructeurs

Définition

Surcharges

ValueProviderException(String)

Initialise une nouvelle instance de la classe ValueProviderException avec le message spécifié.

ValueProviderException(String, Exception)

Initialise une nouvelle instance de ValueProviderException avec l’exception spécifiée message et interne qui est la cause de cette exception.

ValueProviderException(String)

Initialise une nouvelle instance de la classe ValueProviderException avec le message spécifié.

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)

Paramètres

message
String

Message d'exception.

S’applique à

ValueProviderException(String, Exception)

Initialise une nouvelle instance de ValueProviderException avec l’exception spécifiée message et interne qui est la cause de cette exception.

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)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception ayant provoqué l'exception actuelle.

S’applique à