IdentityNotMappedException 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.
Initialise une nouvelle instance de la classe IdentityNotMappedException.
Surcharges
| Nom | Description |
|---|---|
| IdentityNotMappedException() |
Initialise une nouvelle instance de la classe IdentityNotMappedException. |
| IdentityNotMappedException(String) |
Initialise une nouvelle instance de la IdentityNotMappedException classe à l’aide du message d’erreur spécifié. |
| IdentityNotMappedException(String, Exception) |
Initialise une nouvelle instance de la classe à l’aide du message d’erreur et de l’exception IdentityNotMappedException interne spécifiés. |
IdentityNotMappedException()
Initialise une nouvelle instance de la classe IdentityNotMappedException.
public:
IdentityNotMappedException();
public IdentityNotMappedException();
Public Sub New ()
S’applique à
IdentityNotMappedException(String)
Initialise une nouvelle instance de la IdentityNotMappedException classe à l’aide du message d’erreur spécifié.
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)
Paramètres
- message
- String
Message d’erreur qui explique la raison de l’exception.
S’applique à
IdentityNotMappedException(String, Exception)
Initialise une nouvelle instance de la classe à l’aide du message d’erreur et de l’exception IdentityNotMappedException interne spécifiés.
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)
Paramètres
- message
- String
Message d’erreur qui explique la raison de l’exception.
- inner
- Exception
Exception qui est la cause de l’exception actuelle. Si inner elle n’est pas null, l’exception actuelle est levée dans un catch bloc qui gère l’exception interne.