Share via


IdentityErrorDescriber.DefaultError メソッド

定義

既定の IdentityError を返します。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ DefaultError();
public virtual Microsoft.AspNetCore.Identity.IdentityError DefaultError ();
abstract member DefaultError : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.DefaultError : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function DefaultError () As IdentityError

戻り値

既定の IdentityError

適用対象