Class BingRestRequestErrorEventArgs
Inheritance
System.Object
BingRestRequestErrorEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BingRestRequestErrorEventArgs : EventArgs
Constructors
BingRestRequestErrorEventArgs(Exception)
Declaration
public BingRestRequestErrorEventArgs(Exception error)
Parameters
System.
|
Properties
Error
Declaration
public Exception Error { get; }
Property Value
System.
|