Class ChartException
This class represents an exception raised by the RadChart control.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartException : Exception
Constructors
ChartException()
ChartException(String)
Initializes a new instance of the ChartException class.
Declaration
public ChartException(string message)
Parameters
System.String
message
The message associated with the current exception. |
ChartException(String, Exception)
Initializes a new instance of the ChartException class.
Declaration
public ChartException(string message, Exception innerException)
Parameters
System.String
message
The message associated with the current exception. |
System.Exception
innerException
The inner exception associated with the current exception. |