Class RequestErrorEventArgs
Inheritance
System.Object
System.EventArgs
RequestErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class RequestErrorEventArgs : EventArgs
Constructors
RequestErrorEventArgs(Exception)
Initializes a new instance of the RequestErrorEventArgs class.
Declaration
public RequestErrorEventArgs(Exception error)
Parameters
System.Exception
error
The error. |
Properties
Error
Gets the error that occurred.
Declaration
public Exception Error { get; }
Property Value
System.Exception
The error. |