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

'Declaration
Public Property Rethrow As Boolean 
    Get 
    Set
'Usage
Dim instance As CookieExceptionContext 
Dim value As Boolean 

value = instance.Rethrow

instance.Rethrow = value
public bool Rethrow { get; set; }
public:
property bool Rethrow {
    bool get ();
    void set (bool value);
}
member Rethrow : bool with get, set
function get Rethrow () : boolean 
function set Rethrow (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

CookieExceptionContext Class

Microsoft.Owin.Security.Cookies Namespace