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

Represents errors that occur during import of RTF content due to invalid number of braces.

Definition

Constructors

Creates a new instance of the RtfBraceNestingException class.

C#
public RtfBraceNestingException()

Creates a new instance of the RtfBraceNestingException class, based on the specified cause.

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

The message to display.

causeException

The original cause for this exception.

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

C#
public RtfBraceNestingException(string message)
Parameters:messagestring

The message to display.