Click or drag to resize

SearchExceptionEventArgs Constructor

Default constructor.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public SearchExceptionEventArgs(
	Exception p_Exception,
	string p_CurrentFileFullPath
)

Parameters

p_Exception
Type: SystemException
The exception that is to be handled.
p_CurrentFileFullPath
Type: SystemString
The fully qualified filename with which the exception occurred.
See Also