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 RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException()
RtfColorTableFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
protected RtfColorTableFormatException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfColorTableFormatException(String)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException(string message)
Parameters
System.String
message
The message. |
RtfColorTableFormatException(String, Exception)
Initializes a new instance of the RtfColorTableFormatException class.
Declaration
public RtfColorTableFormatException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |