ValueProviderException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ValueProviderException(String) |
Initialise une nouvelle instance de la classe ValueProviderException avec le |
ValueProviderException(String, Exception) |
Initialise une nouvelle instance de ValueProviderException avec l’exception spécifiée |
ValueProviderException(String)
- Source:
- ValueProviderException.cs
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)
- Source:
- ValueProviderException.cs
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.