SearchExceptionEventArgs Constructor |
Default constructor.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
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
)
new :
p_Exception : Exception *
p_CurrentFileFullPath : string -> SearchExceptionEventArgs
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