Class
RtfParserException

Represents errors that occur during import of RTF content.

Definition

Constructors

RtfParserException()

Initializes a new instance of the RtfParserException class.

Declaration

cs-api-definition
public RtfParserException()

RtfParserException(string)

Creates a new instance of the RtfParserException class with the specified message.

Declaration

cs-api-definition
public RtfParserException(string message)

Parameters

message

string

The message to display.

RtfParserException(string, Exception)

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

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.