ClassBingRestRequestErrorEventArgs
Class
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:
Inherited Members
Constructors
BingRestRequestErrorEventArgs(Exception)
Initializes a new instance of the BingRestRequestErrorEventArgs class.
Declaration
cs-api-definition
public BingRestRequestErrorEventArgs(Exception error)
Parameters
error
The error.