Class RtfColorTableFormatException
Represents errors that occur during import of RTF content, caused by incorrect definition of the color table.
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RtfColorTableFormatException : RtfException
Constructors
RtfColorTableFormatException()
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException()
RtfColorTableFormatException(String)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException(string message)
Parameters
System.String
message
The message to display. |
RtfColorTableFormatException(String, Exception)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |