SearchExceptionEventArgsExceptionPermanent Property |
Set this to true if you decided that the exception is of permanent nature and you want
the search thread to cancel.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ExceptionPermanent { get; set; }
Public Property ExceptionPermanent As Boolean
Get
Set
public:
property bool ExceptionPermanent {
bool get ();
void set (bool value);
}
member ExceptionPermanent : bool with get, set
Property Value
Type:
BooleanSee Also