Class
RtfUnicodeEncodingException

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

Definition

Constructors

RtfUnicodeEncodingException()

Initializes a new instance of the RtfUnicodeEncodingException class.

Declaration

cs-api-definition
public RtfUnicodeEncodingException()

RtfUnicodeEncodingException(string)

Initializes a new instance of the RtfUnicodeEncodingException class.

Declaration

cs-api-definition
public RtfUnicodeEncodingException(string message)

Parameters

message

string

The message to display.

RtfUnicodeEncodingException(string, Exception)

Initializes a new instance of the RtfUnicodeEncodingException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.