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

适用于