Class
BingRestRequestErrorEventArgs

Base class representing Bing request error event args.

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 BingRestRequestErrorEventArgs : EventArgs

Inheritance: objectEventArgsBingRestRequestErrorEventArgs

Derived Classes: BingRestCalculateElevationErrorEventArgsBingRestCalculateRouteErrorEventArgsBingRestSearchLocationErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

BingRestRequestErrorEventArgs(Exception)

Initializes a new instance of the BingRestRequestErrorEventArgs class.

Declaration

cs-api-definition
public BingRestRequestErrorEventArgs(Exception error)

Parameters

error

Exception

The error.

Properties

Error

Gets the error that occurred.

Declaration

cs-api-definition
public Exception Error { get; }

Property Value

Exception

The error.