ClassRtfColorTableFormatException
Class
Represents errors that occur during import of RTF content, caused by incorrect definition of the color table.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RtfColorTableFormatException : RtfException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfColorTableFormatException
Implements:
Inherited Members
Constructors
RtfColorTableFormatException()
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
cs-api-definition
public RtfColorTableFormatException()
RtfColorTableFormatException(string)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
cs-api-definition
public RtfColorTableFormatException(string message)
Parameters
message
The message to display.
RtfColorTableFormatException(string, Exception)
Initializes a new instance of the RtfColorTableFormatException class.