View Source
Class BackOfficeErrorDescriber
Umbraco back office specific
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BackOfficeErrorDescriber : UmbracoErrorDescriberBase
Constructors
View Source
BackOfficeErrorDescriber(ILocalizedTextService)
Declaration
public BackOfficeErrorDescriber(ILocalizedTextService textService)
Parameters
Methods
View Source
DuplicateRoleName(String)
Declaration
public override IdentityError DuplicateRoleName(string role)
Parameters
Type |
Name |
Description |
System.String |
role |
|
Returns
Type |
Description |
IdentityError |
|
View Source
InvalidRoleName(String)
Declaration
public override IdentityError InvalidRoleName(string role)
Parameters
Type |
Name |
Description |
System.String |
role |
|
Returns
Type |
Description |
IdentityError |
|
View Source
LoginAlreadyAssociated()
Declaration
public override IdentityError LoginAlreadyAssociated()
Returns
Type |
Description |
IdentityError |
|
View Source
UserAlreadyHasPassword()
Declaration
public override IdentityError UserAlreadyHasPassword()
Returns
Type |
Description |
IdentityError |
|
View Source
UserAlreadyInRole(String)
Declaration
public override IdentityError UserAlreadyInRole(string role)
Parameters
Type |
Name |
Description |
System.String |
role |
|
Returns
Type |
Description |
IdentityError |
|
View Source
UserLockoutNotEnabled()
Declaration
public override IdentityError UserLockoutNotEnabled()
Returns
Type |
Description |
IdentityError |
|
View Source
UserNotInRole(String)
Declaration
public override IdentityError UserNotInRole(string role)
Parameters
Type |
Name |
Description |
System.String |
role |
|
Returns
Type |
Description |
IdentityError |
|