Class RtfColorTableFormatException
Represents errors related to the color table in an RTF document.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfColorTableFormatException : RtfException, ISerializable, _Exception
Constructors
RtfColorTableFormatException()
Initializes a new instance of the Rtf
Declaration
public RtfColorTableFormatException()
RtfColorTableFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the Rtf
Declaration
protected RtfColorTableFormatException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
RtfColorTableFormatException(String)
Initializes a new instance of the Rtf
Declaration
public RtfColorTableFormatException(string message)
Parameters
System. The message. |
RtfColorTableFormatException(String, Exception)
Initializes a new instance of the Rtf
Declaration
public RtfColorTableFormatException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |