Class
BingRestSearchLocationErrorEventArgs

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 BingRestRequestErrorEventArgs.ErrorEventArgs.Empty

Constructors

BingRestSearchLocationErrorEventArgs(Exception)

Initializes a new instance of the BingRestSearchLocationErrorEventArgs class.

Declaration

cs-api-definition
public BingRestSearchLocationErrorEventArgs(Exception error)

Parameters

error

Exception

The error.