RoleManager<TRole>.ErrorDescriber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IdentityErrorDescriber used to provider error messages.
public:
property Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ ErrorDescriber { Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ get(); void set(Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ value); };
public Microsoft.AspNetCore.Identity.IdentityErrorDescriber ErrorDescriber { get; set; }
member this.ErrorDescriber : Microsoft.AspNetCore.Identity.IdentityErrorDescriber with get, set
Public Property ErrorDescriber As IdentityErrorDescriber
Property Value
The IdentityErrorDescriber used to provider error messages.