Click or drag to resize

SearchExceptionEventArgs Properties

The SearchExceptionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentFile
Get the file that was being processed when the exception occurred (full path).
Public propertyException
The exception that occurred while searching.
Public propertyExceptionHandled
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.
Public propertyExceptionPermanent
Set this to true if you decided that the exception is of permanent nature and you want the search thread to cancel.
Top
See Also