New to Telerik UI for WPFStart a free 30-day trial

Arguments of the initialization fault event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class InitializationFaultEventArgs : EventArgs

Inheritance: objectEventArgsInitializationFaultEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the InitializationFaultEventArgs class.

C#
public InitializationFaultEventArgs(string uniqueId, Exception error)
Parameters:uniqueIdstring

Unique identifier of the map source.

errorException

Initialization error.

Properties

Gets initialization error.

C#
public Exception Error { get; }

Gets unique identifier of the map source.

C#
public string UniqueId { get; }