SearchCompletedEventArgs(Exception) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SearchCompletedEventArgs(
Exception p_Error
)
Public Sub New (
p_Error As Exception
)
public:
SearchCompletedEventArgs(
Exception^ p_Error
)
new :
p_Error : Exception -> SearchCompletedEventArgsParameters
- p_Error Exception
- Pass the Exception that was thrown within the BackgroundWorker to hand it over to the user.
See Also