Class
RtfFontTableFormatException

Represents errors that occur during import of RTF content, caused by incorrect definition of the font table.

Definition

Constructors

RtfFontTableFormatException()

Initializes a new instance of the RtfFontTableFormatException class.

Declaration

cs-api-definition
public RtfFontTableFormatException()

RtfFontTableFormatException(string)

Initializes a new instance of the RtfFontTableFormatException class.

Declaration

cs-api-definition
public RtfFontTableFormatException(string message)

Parameters

message

string

The message to display.

RtfFontTableFormatException(string, Exception)

Initializes a new instance of the RtfFontTableFormatException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.