Click or drag to resize

SearchCompletedEventArgs(Exception) Constructor

Initializes a new instance of the SearchCompletedEventArgs class.

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

Parameters

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