New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class RequestErrorEventArgs : EventArgs

Inheritance: objectEventArgsRequestErrorEventArgs

Derived Classes: CalculateElevationErrorEventArgsCalculateRouteErrorEventArgsSearchErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RequestErrorEventArgs class.

C#
public RequestErrorEventArgs(Exception error)
Parameters:errorException

The error.

Properties

Gets the error that occurred.

C#
public Exception Error { get; }
Property Value:

The error.