共用方式為


IdentityErrorDescriber.DuplicateRoleName(String) 方法

定義

傳回 , IdentityError 指出指定的 role 名稱已經存在。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ DuplicateRoleName(System::String ^ role);
public virtual Microsoft.AspNetCore.Identity.IdentityError DuplicateRoleName (string role);
abstract member DuplicateRoleName : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.DuplicateRoleName : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function DuplicateRoleName (role As String) As IdentityError

參數

role
String

重複的角色。

傳回

IdentityError 表示特定角色 role 名稱已經存在。

適用於