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

'Declaration
Public Property Location As CookieExceptionContext.ExceptionLocation 
    Get 
    Private Set
'Usage
Dim instance As CookieExceptionContext 
Dim value As CookieExceptionContext.ExceptionLocation 

value = instance.Location
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
function get Location () : CookieExceptionContext.ExceptionLocation 
private function set Location (value : CookieExceptionContext.ExceptionLocation)

Property Value

Type: Microsoft.Owin.Security.Cookies.CookieExceptionContext.ExceptionLocation
Returns CookieExceptionContext.ExceptionLocation.

See Also

Reference

CookieExceptionContext Class

Microsoft.Owin.Security.Cookies Namespace