Class InitializationErrorEventArgs
Inheritance
System.Object
System.EventArgs
InitializationErrorEventArgs
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 InitializationErrorEventArgs : EventArgs
Constructors
InitializationErrorEventArgs(Exception)
Initializes a new instance of the InitializationErrorEventArgs class.
Declaration
public InitializationErrorEventArgs(Exception exception)
Parameters
System.Exception
exception
The exception. |
Properties
Exception
Gets the exception that occurred.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The exception. |