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

Represents errors that occur during import of RTF content.

Definition

Constructors

Initializes a new instance of the RtfException class.

C#
public RtfException()

Creates a new instance of the RtfException class with the given message, based on the given cause.

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

The message to display.

causeException

The original cause for this exception.

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

C#
public RtfException(string message)
Parameters:messagestring

The message to display.