Partager via


AccountIsLockedException(String, Uri, Exception) Constructeur

Définition

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.

S’applique à