UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.ErrorDescriber 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.
Obtient ou définit le IdentityErrorDescriber pour toute erreur qui s’est produite avec l’opération en cours.
public:
property Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ ErrorDescriber { Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ get(); void set(Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ value); };
public Microsoft.AspNetCore.Identity.IdentityErrorDescriber ErrorDescriber { get; set; }
member this.ErrorDescriber : Microsoft.AspNetCore.Identity.IdentityErrorDescriber with get, set
Public Property ErrorDescriber As IdentityErrorDescriber