AccountIsLockedException(String, Uri, Exception) Constructeur
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 AccountIsLockedException classe .
public:
AccountIsLockedException(System::String ^ message, Uri ^ accountUnlockUrl, Exception ^ innerException);
public AccountIsLockedException (string message, Uri accountUnlockUrl, Exception innerException);
Public Sub New (message As String, accountUnlockUrl As Uri, innerException As Exception)
Paramètres
- message
- String
Message d’erreur.
- accountUnlockUrl
- Uri
URL à laquelle le client accède pour déverrouiller un compte.
- innerException
- Exception
Exception interne.