New to Telerik UI for WPFStart a free 30-day trial

Base class representing Bing request error event args.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[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

Initializes a new instance of the BingRestRequestErrorEventArgs class.

C#
public BingRestRequestErrorEventArgs(Exception error)
Parameters:errorException

The error.

Properties

Gets the error that occurred.

C#
public Exception Error { get; }
Property Value:

The error.