Click or drag to resize

SearchExceptionEventArgs Constructor

Default constructor.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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