共用方式為


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

適用於