CookieAuthenticationProvider.Exception Method
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
'Declaration
Public Overridable Sub Exception ( _
context As CookieExceptionContext _
)
'Usage
Dim instance As CookieAuthenticationProvider
Dim context As CookieExceptionContext
instance.Exception(context)
public virtual void Exception(
CookieExceptionContext context
)
public:
virtual void Exception(
CookieExceptionContext^ context
)
abstract Exception :
context:CookieExceptionContext -> unit
override Exception :
context:CookieExceptionContext -> unit
public function Exception(
context : CookieExceptionContext
)
Parameters
- context
Type: Microsoft.Owin.Security.Cookies.CookieExceptionContext
Contains information about the event.
Implements
ICookieAuthenticationProvider.Exception(CookieExceptionContext)