CookieExceptionContext.Exception Property
The exception thrown.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public Exception Exception { get; private set; }
public:
property Exception^ Exception {
Exception^ get();
private: void set(Exception^ value);
}
member Exception : Exception with get, private set
Public Property Exception As Exception
Get
Private Set
End Property
Property Value
Type: System.Exception
Returns Exception.
See Also
CookieExceptionContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top