Silverlight SDK for Microsoft Bing
ErrorEventArgs Class
OverviewMicrosoft.BingErrorEventArgs
Implements an event argument type for encapsulating a search error passed by an ISearchEngine implementation.
Declaration Syntax
C#Visual BasicVisual C++
public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs _
	Inherits EventArgs
public ref class ErrorEventArgs : public EventArgs
Members
All MembersConstructorsMethodsFields



IconMemberDescription
ErrorEventArgs(Exception, Boolean, Object)
Instantitates a ErrorEventArgs instance.

Cancelled
A boolean value which indicates whether the Search network call was cancelled by the runtime or the user

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
The Exception thrown originally.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserState
An object identifying the custom user state passed to the original search call

Inheritance Hierarchy
Object
EventArgs
 ErrorEventArgs

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