CookieExceptionContext.Rethrow Property
True if the exception should be re-thrown (default), false if it should be suppressed.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public bool Rethrow { get; set; }
public:
property bool Rethrow {
bool get();
void set(bool value);
}
member Rethrow : bool with get, set
Public Property Rethrow As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
CookieExceptionContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top