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 InitializationErrorEventArgs : EventArgs

Inheritance: objectEventArgsInitializationErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the InitializationErrorEventArgs class.

C#
public InitializationErrorEventArgs(Exception exception)
Parameters:exceptionException

The exception.

Properties

Gets the exception that occurred.

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

The exception.