Default constructor.

Declaration Syntax
public SearchExceptionEventArgs(
Exception p_Exception,
string p_CurrentFileFullPath
)
Public Sub New ( _
p_Exception As Exception, _
p_CurrentFileFullPath As String _
)
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.
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)