Class
RtfColorException

Represents errors that occur during import of RTF content, caused by incorrect color definition.

Definition

Constructors

RtfColorException()

Creates a new instance of the RtfColorException class.

Declaration

cs-api-definition
public RtfColorException()

RtfColorException(string)

Creates a new instance of the RtfColorException class with the given message.

Declaration

cs-api-definition
public RtfColorException(string message)

Parameters

message

string

The message to display.

RtfColorException(string, Exception)

Creates a new instance of the RtfColorException class with the given message, based on the given cause.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.