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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also