Class
RtfMissingCharacterException

Represents errors that occur import of RTF content, caused by a missing character.

Definition

Constructors

RtfMissingCharacterException()

Initializes a new instance of the RtfMissingCharacterException class.

Declaration

cs-api-definition
public RtfMissingCharacterException()

RtfMissingCharacterException(string)

Initializes a new instance of the RtfMissingCharacterException class.

Declaration

cs-api-definition
public RtfMissingCharacterException(string message)

Parameters

message

string

The message to display.

RtfMissingCharacterException(string, Exception)

Initializes a new instance of the RtfMissingCharacterException class.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.