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(SerializationInfo, StreamingContext)
Initializes a new instance of the Chart
Declaration
protected ChartException(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |
Exceptions
System. The |
System. The class name is null or System. |
ChartException(String)
Initializes a new instance of the Chart
Declaration
public ChartException(string message)
Parameters
System. The message associated with the current exception. |
ChartException(String, Exception)
Initializes a new instance of the Chart
Declaration
public ChartException(string message, Exception innerException)
Parameters
System. The message associated with the current exception. |
System. The inner exception associated with the current exception. |