ShellBrowser .Net Edition
SearchCompletedEventArgs Constructor (p_Error)
NamespacesJam.ShellSearchCompletedEventArgsSearchCompletedEventArgs(Exception)
Initializes a new instance of the SearchCompletedEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public SearchCompletedEventArgs(
	Exception p_Error
)
Public Sub New ( _
	p_Error As Exception _
)
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.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)