CookieAuthenticationProvider.Exception Method (CookieExceptionContext)
Implements the interface method by invoking the related delegate method.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public virtual void Exception(
CookieExceptionContext context
)
public:
virtual void Exception(
CookieExceptionContext^ context
)
abstract Exception :
context:CookieExceptionContext -> unit
override Exception :
context:CookieExceptionContext -> unit
Public Overridable Sub Exception (
context As CookieExceptionContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieExceptionContextContains information about the event.
Implements
ICookieAuthenticationProvider.Exception(CookieExceptionContext)
See Also
CookieAuthenticationProvider Class
Microsoft.Owin.Security.Cookies Namespace
Return to top