Class ChartViewDataErrorEventArgs
Inheritance
System.Object
ChartViewDataErrorEventArgs
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. |
Properties
Exception
Gets the exception that represents the error.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|