CookieExceptionContext Class
Context object passed to the ICookieAuthenticationProvider method Exception.
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Cookies::CookieExceptionContext
| Name | Description | |
|---|---|---|
![]() | CookieExceptionContext(IOwinContext^, CookieAuthenticationOptions^, CookieExceptionContext::ExceptionLocation, Exception^, AuthenticationTicket^) | Creates a new instance of the context object. |
| Name | Description | |
|---|---|---|
![]() | Exception | The exception thrown. |
![]() | Location | The code path the exception occurred in. |
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
![]() | Rethrow | True if the exception should be re-thrown (default), false if it should be suppressed. |
![]() | Ticket | The current authentication ticket, if any. In the AuthenticateAsync code path, if the given exception is not re-thrown then this ticket will be returned to the application. The ticket may be replaced if needed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


