New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

C#
[Obsolete("This class is obsolete. Please use Telerik.Charting.ChartException")]
public class ChartException : Exception, ISerializable, _Exception

Inheritance: objectExceptionChartException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetObjectData(SerializationInfo, StreamingContext)Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState...

Constructors

C#
public ChartException()
C#
public ChartException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException
C#
public ChartException(string message)
Parameters:messagestring