SearchExceptionEventArgs Class |
Namespace: Jam.Shell
The SearchExceptionEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchExceptionEventArgs |
Default constructor.
|
| Name | Description | |
|---|---|---|
| CurrentFile |
Get the file that was being processed when the exception occurred (full path).
| |
| Exception |
The exception that occurred while searching.
| |
| ExceptionHandled |
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.
| |
| ExceptionPermanent |
Set this to true if you decided that the exception is of permanent nature and you want
the search thread to cancel.
|