Click or drag to resize

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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool ExceptionHandled { get; set; }

Property Value

Type: Boolean
See Also