Aracılığıyla paylaş


ValueProviderException Oluşturucular

Tanım

Aşırı Yüklemeler

ValueProviderException(String)

Belirtilen messageile yeni bir örneğini ValueProviderException başlatır.

ValueProviderException(String, Exception)

Bu özel durumun nedeni olan belirtilen message ve iç özel durumla yeni bir örneğini ValueProviderException başlatır.

ValueProviderException(String)

Kaynak:
ValueProviderException.cs

Belirtilen messageile yeni bir örneğini ValueProviderException başlatır.

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)

Parametreler

message
String

Özel durum iletisi.

Şunlara uygulanır

ValueProviderException(String, Exception)

Kaynak:
ValueProviderException.cs

Bu özel durumun nedeni olan belirtilen message ve iç özel durumla yeni bir örneğini ValueProviderException başlatır.

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)

Parametreler

message
String

Özel durum iletisi.

innerException
Exception

Geçerli özel durumun nedeni olan özel durum.

Şunlara uygulanır