共用方式為


IdentityResult.Failed(IdentityError[]) 方法

定義

建立 , IdentityResult 指出失敗的身分識別作業,如果適用,則為 。 errors

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

參數

errors
IdentityError[]

的選擇性陣列 IdentityError ,導致作業失敗。

傳回

IdentityResult 指出失敗的身分識別作業,如果有的話,則為 。 errors

適用於