IdentityNotMappedException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy IdentityNotMappedException.

Przeciążenia

IdentityNotMappedException()

Inicjuje nowe wystąpienie klasy IdentityNotMappedException.

IdentityNotMappedException(String)

Inicjuje IdentityNotMappedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

IdentityNotMappedException(String, Exception)

Inicjuje IdentityNotMappedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i wyjątku wewnętrznego.

IdentityNotMappedException()

Inicjuje nowe wystąpienie klasy IdentityNotMappedException.

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

Dotyczy

IdentityNotMappedException(String)

Inicjuje IdentityNotMappedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

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)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

IdentityNotMappedException(String, Exception)

Inicjuje IdentityNotMappedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i wyjątku wewnętrznego.

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)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

inner
Exception

Wyjątek będący przyczyną bieżącego wyjątku. Jeśli inner nie ma wartości null, bieżący wyjątek jest zgłaszany w catch bloku, który obsługuje wyjątek wewnętrzny.

Dotyczy