Class BingRestRequestErrorEventArgs
Base class representing Bing request error event args.
Inheritance
System.Object
BingRestRequestErrorEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestRequestErrorEventArgs : EventArgs
Constructors
BingRestRequestErrorEventArgs(Exception)
Initializes a new instance of the BingRestRequestErrorEventArgs class.
Declaration
public BingRestRequestErrorEventArgs(Exception error)
Parameters
System.Exception
error
The error. |
Properties
Error
Gets the error that occurred.
Declaration
public Exception Error { get; }
Property Value
System.Exception
The error. |