IdentityNotMappedException Oluşturucular

Tanım

IdentityNotMappedException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

IdentityNotMappedException()

IdentityNotMappedException sınıfının yeni bir örneğini başlatır.

IdentityNotMappedException(String)

Belirtilen hata iletisini kullanarak sınıfının yeni bir örneğini IdentityNotMappedException başlatır.

IdentityNotMappedException(String, Exception)

Belirtilen hata iletisini ve iç özel durumu kullanarak sınıfının yeni bir örneğini IdentityNotMappedException başlatır.

IdentityNotMappedException()

IdentityNotMappedException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

IdentityNotMappedException(String)

Belirtilen hata iletisini kullanarak sınıfının yeni bir örneğini IdentityNotMappedException başlatır.

public:
 IdentityNotMappedException(System::String ^ message);
public IdentityNotMappedException (string message);
public IdentityNotMappedException (string? message);
new System.Security.Principal.IdentityNotMappedException : string -> System.Security.Principal.IdentityNotMappedException
Public Sub New (message As String)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisi.

Şunlara uygulanır

IdentityNotMappedException(String, Exception)

Belirtilen hata iletisini ve iç özel durumu kullanarak sınıfının yeni bir örneğini IdentityNotMappedException başlatır.

public:
 IdentityNotMappedException(System::String ^ message, Exception ^ inner);
public IdentityNotMappedException (string message, Exception inner);
public IdentityNotMappedException (string? message, Exception? inner);
new System.Security.Principal.IdentityNotMappedException : string * Exception -> System.Security.Principal.IdentityNotMappedException
Public Sub New (message As String, inner As Exception)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisi.

inner
Exception

Geçerli özel durumun nedeni olan özel durum. inner Null değilse, geçerli özel durum iç özel durumu işleyen bir catch blokta oluşturulur.

Şunlara uygulanır