Implements an event argument type for encapsulating a search error passed by an ISearchEngine implementation.


All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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()()() | (Inherited from Object.) |
![]() | UserState |
An object identifying the custom user state passed to the original search call
|