ICookieAuthenticationProvider.Exception Method (CookieExceptionContext)
Called when an exception occurs during request or response processing.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
void Exception(
CookieExceptionContext context
)
void Exception(
CookieExceptionContext^ context
)
abstract Exception :
context:CookieExceptionContext -> unit
Sub Exception (
context As CookieExceptionContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieExceptionContextContains information about the exception that occurred.
See Also
ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top