ClassRequestErrorEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class RequestErrorEventArgs : EventArgs
Inheritance: objectEventArgsRequestErrorEventArgs
Derived Classes:
Inherited Members
Constructors
RequestErrorEventArgs(Exception)
Initializes a new instance of the RequestErrorEventArgs class.
Declaration
cs-api-definition
public RequestErrorEventArgs(Exception error)
Parameters
error
The error.