Class
ChartException

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[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

ChartException()

Declaration

cs-api-definition
public ChartException()

ChartException(string)

Declaration

cs-api-definition
public ChartException(string message)

Parameters

message

string

ChartException(string, Exception)

Declaration

cs-api-definition
public ChartException(string message, Exception innerException)

Parameters

message

string

innerException

Exception