Class
RtfException

Represents errors that occur during import of RTF content.

Definition

Constructors

RtfException()

Initializes a new instance of the RtfException class.

Declaration

cs-api-definition
public RtfException()

RtfException(string)

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

Declaration

cs-api-definition
public RtfException(string message)

Parameters

message

string

The message to display.

RtfException(string, Exception)

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

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.