Class
RequestErrorEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class RequestErrorEventArgs : EventArgs

Inheritance: objectEventArgsRequestErrorEventArgs

Derived Classes: CalculateElevationErrorEventArgsCalculateRouteErrorEventArgsSearchErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

RequestErrorEventArgs(Exception)

Initializes a new instance of the RequestErrorEventArgs class.

Declaration

cs-api-definition
public RequestErrorEventArgs(Exception error)

Parameters

error

Exception

The error.

Properties

Error

Gets the error that occurred.

Declaration

cs-api-definition
public Exception Error { get; }

Property Value

Exception

The error.