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

Implements

ICookieAuthenticationProvider.Exception(CookieExceptionContext)

See Also

CookieAuthenticationProvider Class
Microsoft.Owin.Security.Cookies Namespace

Return to top