IdentityNotMappedException Konstruktorer

Definition

Initierar en ny instans av IdentityNotMappedException klassen.

Överlagringar

Name Description
IdentityNotMappedException()

Initierar en ny instans av IdentityNotMappedException klassen.

IdentityNotMappedException(String)

Initierar en ny instans av IdentityNotMappedException klassen med hjälp av det angivna felmeddelandet.

IdentityNotMappedException(String, Exception)

Initierar en ny instans av IdentityNotMappedException klassen med hjälp av det angivna felmeddelandet och det inre undantaget.

IdentityNotMappedException()

Initierar en ny instans av IdentityNotMappedException klassen.

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

Gäller för

IdentityNotMappedException(String)

Initierar en ny instans av IdentityNotMappedException klassen med hjälp av det angivna felmeddelandet.

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)

Parametrar

message
String

Felmeddelandet som förklarar orsaken till undantaget.

Gäller för

IdentityNotMappedException(String, Exception)

Initierar en ny instans av IdentityNotMappedException klassen med hjälp av det angivna felmeddelandet och det inre undantaget.

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)

Parametrar

message
String

Felmeddelandet som förklarar orsaken till undantaget.

inner
Exception

Undantaget som är orsaken till det aktuella undantaget. Om inner inte är null genereras det aktuella undantaget i ett catch block som hanterar det inre undantaget.

Gäller för