New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

Initializes a new instance of the RtfMissingCharacterException class.

C#
public RtfMissingCharacterException()

Initializes a new instance of the RtfMissingCharacterException class.

C#
public RtfMissingCharacterException(string message, Exception cause)
Parameters:messagestring

The message to display.

causeException

The original cause for this exception.

Initializes a new instance of the RtfMissingCharacterException class.

C#
public RtfMissingCharacterException(string message)
Parameters:messagestring

The message to display.