AuthenticateResult.Failure Propriété
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.
Contient les informations d’échec de l’authentification.
public:
property Exception ^ Failure { Exception ^ get(); };
public: property Exception ^ Failure { public:
Exception ^ get(); protected:
void set(Exception ^ value); };
public Exception Failure { get; }
public Exception Failure { get; protected set; }
public Exception? Failure { get; protected set; }
member this.Failure : Exception
member this.Failure : Exception with get, set
Public ReadOnly Property Failure As Exception
Public Property Failure As Exception