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

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

Definition

Constructors

Initializes a new instance of the RtfStructureException class.

C#
public RtfStructureException()

Initializes a new instance of the RtfStructureException class.

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

The message to display.

causeException

The original cause for this exception.

Initializes a new instance of the RtfStructureException class.

C#
public RtfStructureException(string message)
Parameters:messagestring

The message to display.