Click or drag to resize

SearchCompletedEventArgs Constructor (Exception)

Initializes a new instance of the SearchCompletedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public SearchCompletedEventArgs(
	Exception p_Error
)

Parameters

p_Error
Type: SystemException
Pass the Exception that was thrown within the BackgroundWorker to hand it over to the user.
See Also