다음을 통해 공유


IdentityResult.Failed(IdentityError[]) 메서드

정의

IdentityResult 해당하는 경우 의 목록을 errors 사용하여 실패한 ID 작업을 나타내는 을 만듭니다.

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 있는 실패한 ID 작업을 나타내는 입니다.

적용 대상