次の方法で共有


IdentityResult.Failed(IdentityError[]) メソッド

定義

IdentityResult失敗した ID 操作を示す を作成し、該当する場合は の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失敗した ID 操作を示す で、該当する場合は のerrors一覧が表示されます。

適用対象