Represents errors that occur during import of RTF content due to invalid number of braces.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RtfBraceNestingException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfBraceNestingException...
Implements:
Inherited Members
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.
Creates a new instance of the RtfBraceNestingException class with a specified message.