Silverlight SDK for Microsoft Bing
ErrorEventArgs Constructor (ex, cancelled, userState)
OverviewMicrosoft.BingErrorEventArgsErrorEventArgs(Exception, Boolean, Object)
Instantitates a ErrorEventArgs instance.
Declaration Syntax
C#Visual BasicVisual C++
public ErrorEventArgs(
	Exception ex,
	bool cancelled,
	Object userState
)
Public Sub New ( _
	ex As Exception, _
	cancelled As Boolean, _
	userState As Object _
)
public:
ErrorEventArgs(
	Exception^ ex, 
	bool cancelled, 
	Object^ userState
)
Parameters
ex (Exception)
The Exception thrown (or null)
cancelled (Boolean)
A boolean value indicating whether the asynchronous call was cancelled
userState (Object)
The custom user state

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)