CookieExceptionContext.Location Property
The code path the exception occurred in.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public CookieExceptionContext.ExceptionLocation Location { get; private set; }
public:
property CookieExceptionContext::ExceptionLocation Location {
CookieExceptionContext::ExceptionLocation get();
private: void set(CookieExceptionContext::ExceptionLocation value);
}
member Location : CookieExceptionContext.ExceptionLocation with get, private set
Public Property Location As CookieExceptionContext.ExceptionLocation
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.Cookies.CookieExceptionContext.ExceptionLocation
Returns CookieExceptionContext.ExceptionLocation.
See Also
CookieExceptionContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top