Class RtfColorTableFormatException
Represents errors that occur during import of RTF content, caused by incorrect definition of the color table.
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfColorTableFormatException : RtfException, ISerializable, _Exception
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. |