SearchCompletedEventArgs Constructor (Exception) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public SearchCompletedEventArgs(
Exception p_Error
)
Public Sub New (
p_Error As Exception
)
public:
SearchCompletedEventArgs(
Exception^ p_Error
)
new :
p_Error : Exception -> SearchCompletedEventArgs
Parameters
- p_Error
- Type: SystemException
Pass the Exception that was thrown within the BackgroundWorker to hand it over to the user.
See Also