Click or drag to resize

SearchExceptionEventArgs Constructor

Default constructor.

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

Parameters

p_Exception  Exception
The exception that is to be handled.
p_CurrentFileFullPath  String
The fully qualified filename with which the exception occurred.
See Also