Partager via


IdentityResult.Failed(IdentityError[]) Méthode

Définition

Crée un IdentityResult indiquant qu’une opération d’identité a échoué, avec une liste de errors le cas échéant.

public:
 static Microsoft::AspNetCore::Identity::IdentityResult ^ Failed(... cli::array <Microsoft::AspNetCore::Identity::IdentityError ^> ^ errors);
public static Microsoft.AspNetCore.Identity.IdentityResult Failed (params Microsoft.AspNetCore.Identity.IdentityError[] errors);
static member Failed : Microsoft.AspNetCore.Identity.IdentityError[] -> Microsoft.AspNetCore.Identity.IdentityResult
Public Shared Function Failed (ParamArray errors As IdentityError()) As IdentityResult

Paramètres

errors
IdentityError[]

Tableau facultatif de IdentityErrors qui a provoqué l’échec de l’opération.

Retours

indiquant IdentityResult qu’une opération d’identité a échoué, avec une liste de errors le cas échéant.

S’applique à