Class
BingRestCalculateRouteErrorEventArgs

Event args class for CalculateRouteError 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 BingRestCalculateRouteErrorEventArgs : BingRestRequestErrorEventArgs

Inheritance: objectEventArgsBingRestRequestErrorEventArgsBingRestCalculateRouteErrorEventArgs

Inherited Members BingRestRequestErrorEventArgs.ErrorEventArgs.Empty

Constructors

BingRestCalculateRouteErrorEventArgs(Exception)

Initializes a new instance of the BingRestCalculateRouteErrorEventArgs class.

Declaration

cs-api-definition
public BingRestCalculateRouteErrorEventArgs(Exception error)

Parameters

error

Exception

The error.