SearchExceptionEventArgsExceptionHandled Property |
Set this to true if the exception was handled.
The flag is used for event chains, where more than one eventlistener is involved
in exception handling.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ExceptionHandled { get; set; }
Public Property ExceptionHandled As Boolean
Get
Set
public:
property bool ExceptionHandled {
bool get ();
void set (bool value);
}
member ExceptionHandled : bool with get, set
Property Value
Type:
BooleanSee Also