Click or drag to resize

SearchExceptionEventArgs Class

This class provides the event arguments that may be of concern SearchExceptionOccurred
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellSearchExceptionEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class SearchExceptionEventArgs : EventArgs

The SearchExceptionEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSearchExceptionEventArgs Default constructor.
Top
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