ClassBingRestSearchLocationErrorEventArgs
Class
Event args for the Bing Rest SearchError event.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestSearchLocationErrorEventArgs : BingRestRequestErrorEventArgs
Inheritance: objectEventArgsBingRestRequestErrorEventArgsBingRestSearchLocationErrorEventArgs
Inherited Members
Constructors
BingRestSearchLocationErrorEventArgs(Exception)
Initializes a new instance of the BingRestSearchLocationErrorEventArgs class.
Declaration
cs-api-definition
public BingRestSearchLocationErrorEventArgs(Exception error)
Parameters
error
The error.