Class ChartException
Common charting error
Inheritance
System.Object
System.Exception
System.ApplicationException
ChartException
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ChartException : ApplicationException, ISerializable, _Exception
Constructors
ChartException(String)
Default constructor
Declaration
public ChartException(string message)
Parameters
System.String
message
Message |
ChartException(String, Exception)
Constructor
Declaration
public ChartException(string message, Exception inner)
Parameters
System.String
message
Message |
System.Exception
inner
Parent Error |