ShellBrowser .Net Edition
SearchExceptionEventArgs Class
NamespacesJam.ShellSearchExceptionEventArgs
This class provides the event arguments that may be of concern SearchExceptionOccurred
Declaration Syntax
C#Visual BasicVisual C++
public class SearchExceptionEventArgs : EventArgs
Public Class SearchExceptionEventArgs _
	Inherits EventArgs
public ref class SearchExceptionEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SearchExceptionEventArgs(Exception, String)
Default constructor.

CurrentFile
Get the file that was being processed when the exception occurred (full path).

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 SearchExceptionEventArgs

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)