Class
RtfEncodingException

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

Definition

Constructors

RtfEncodingException()

Initializes a new instance of the RtfEncodingException class.

Declaration

cs-api-definition
public RtfEncodingException()

RtfEncodingException(string)

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

Declaration

cs-api-definition
public RtfEncodingException(string message)

Parameters

message

string

The message to display.

RtfEncodingException(string, Exception)

Initializes a new instance of the RtfEncodingException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.