ClassRtfBraceNestingException
Class
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:
cs-api-definition
public class RtfBraceNestingException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfBraceNestingException
Implements:
Inherited Members
Constructors
RtfBraceNestingException()
Creates a new instance of the RtfBraceNestingException class.
Declaration
cs-api-definition
public RtfBraceNestingException()
RtfBraceNestingException(string)
Creates a new instance of the RtfBraceNestingException class with a specified message.
Declaration
cs-api-definition
public RtfBraceNestingException(string message)
Parameters
message
The message to display.
RtfBraceNestingException(string, Exception)
Creates a new instance of the RtfBraceNestingException class, based on the specified cause.