Class
RtfColorTableFormatException

Thrown when RTF import encounters malformed color definitions in the document's color table.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class RtfColorTableFormatException : RtfException, ISerializable

Inheritance: objectExceptionRtfExceptionRtfColorTableFormatException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

RtfColorTableFormatException()

Initializes a new instance of the RtfColorTableFormatException class.

Declaration

cs-api-definition
public RtfColorTableFormatException()

RtfColorTableFormatException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfColorTableFormatException class.

Declaration

cs-api-definition
protected RtfColorTableFormatException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

RtfColorTableFormatException(string)

Initializes a new instance of the RtfColorTableFormatException class.

Declaration

cs-api-definition
public RtfColorTableFormatException(string message)

Parameters

message

string

The message.

RtfColorTableFormatException(string, Exception)

Initializes a new instance of the RtfColorTableFormatException class.

Declaration

cs-api-definition
public RtfColorTableFormatException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.