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

Provides data for chart view data error events, including the associated exception information.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ChartViewDataErrorEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChartViewDataErrorEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ChartViewDataErrorEventArgs class.

C#
public ChartViewDataErrorEventArgs(Exception exception)
Parameters:exceptionException

The exception that represents the data error.

Properties

Gets the exception that represents the data error encountered in the chart view.

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

The exception containing error details.