IdentityError Class

Summary

Encapsulates an error from the identity subsystem.

Syntax

public class IdentityError

GitHub

View on GitHub

class Microsoft.AspNet.Identity.IdentityError

Properties

Code()

Gets or sets the code for this error.

Return type:System.String
public string Code { get; set; }
Description()

Gets or sets the description for this error.

Return type:System.String
public string Description { get; set; }