Class
RtfHexEncodingException

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

Definition

Constructors

RtfHexEncodingException()

Initializes a new instance of the RtfHexEncodingException class.

Declaration

cs-api-definition
public RtfHexEncodingException()

RtfHexEncodingException(string)

Initializes a new instance of the RtfHexEncodingException class.

Declaration

cs-api-definition
public RtfHexEncodingException(string message)

Parameters

message

string

The message to display.

RtfHexEncodingException(string, Exception)

Initializes a new instance of the RtfHexEncodingException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.