Class BingRestSearchLocationErrorEventArgs
Event args for the Bing Rest SearchError event.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestSearchLocationErrorEventArgs : BingRestRequestErrorEventArgs
Constructors
BingRestSearchLocationErrorEventArgs(Exception)
Initializes a new instance of the BingRestSearchLocationErrorEventArgs class.
Declaration
public BingRestSearchLocationErrorEventArgs(Exception error)
Parameters
System.Exception
error
The error. |