Class
RtfStructureException

Represents errors that occur import of RTF content, caused by incorrect structure of the content.

Definition

Constructors

RtfStructureException()

Initializes a new instance of the RtfStructureException class.

Declaration

cs-api-definition
public RtfStructureException()

RtfStructureException(string)

Initializes a new instance of the RtfStructureException class.

Declaration

cs-api-definition
public RtfStructureException(string message)

Parameters

message

string

The message to display.

RtfStructureException(string, Exception)

Initializes a new instance of the RtfStructureException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.