ResourceExecutedContext.ExceptionHandled Property
Definition
Gets or sets a value indicating whether or not the current Exception has been handled.
If false
the Exception will be rethrown by the runtime after resource filters
have executed.
public:
virtual property bool ExceptionHandled { bool get(); void set(bool value); };
public virtual bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Overridable Property ExceptionHandled As Boolean
Property Value
- Boolean
Applies to