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 RtfParserException class.

C#
public RtfParserException()

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

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

The message to display.

causeException

The original cause for this exception.

Creates a new instance of the RtfParserException class with the specified message.

C#
public RtfParserException(string message)
Parameters:messagestring

The message to display.