Class ChartViewDataErrorEventArgs
Provides data for chart view data error events, including the associated exception information.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public class ChartViewDataErrorEventArgs : CancelEventArgs
Constructors
ChartViewDataErrorEventArgs(Exception)
Initializes a new instance of the ChartViewDataErrorEventArgs class.
Declaration
public ChartViewDataErrorEventArgs(Exception exception)
Parameters
|
System.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
public Exception Exception { get; }
Property Value
|
System.Exception
The exception containing error details. |