CookieExceptionContext::ExceptionLocation Enumeration

 

The code paths where exceptions may be reported.

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

public enum class ExceptionLocation

Member nameDescription
ApplyResponseChallenge

The exception was reported in the ApplyResponseChallenge code path, during redirect generation.

ApplyResponseGrant

The exception was reported in the ApplyResponseGrant code path, during sign-in, sign-out, or refresh.

AuthenticateAsync

The exception was reported in the AuthenticateAsync code path.

Return to top
Show: