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 ChartException class.
Declaration
protected ChartException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Exceptions
System.ArgumentNullException
The |
System.Runtime.Serialization.SerializationException
The class name is null or System.Exception.HResult is zero (0). |
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. |