AuthenticationFailedNotification<TMessage, TOptions>.Exception Property

 

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public Exception Exception { get; set; }
public:
property Exception^ Exception {
    Exception^ get();
    void set(Exception^ value);
}
member Exception : Exception with get, set
Public Property Exception As Exception

Property Value

Type: System.Exception

See Also

AuthenticationFailedNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top