Click or drag to resize

SearchCompletedEventArgs Constructor (Exception)

Initializes a new instance of the SearchCompletedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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