Class
ChartViewDataErrorEventArgs

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class ChartViewDataErrorEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChartViewDataErrorEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ChartViewDataErrorEventArgs(Exception)

Initializes a new instance of the ChartViewDataErrorEventArgs class.

Declaration

cs-api-definition
public ChartViewDataErrorEventArgs(Exception exception)

Parameters

exception

Exception

The exception that represents the data error.

Properties

Exception

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

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

The exception containing error details.