This class provides the event arguments that may be of concern
SearchExceptionOccurred
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SearchExceptionEventArgs(Exception, String) |
Default constructor.
| |
| CurrentFile |
Get the file that was being processed when the exception occurred (full path).
| |
| Equals(Object) | (Inherited from Object.) | |
| 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.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |