Class BingRestRequestErrorEventArgs
Base class representing Bing request error event args.
Inheritance
System.Object
System.EventArgs
BingRestRequestErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |