Class RtfBraceNestingException
Represents errors that occur during import of RTF content due to invalid number of braces.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfBraceNestingException : RtfStructureException, ISerializable, _Exception
Constructors
RtfBraceNestingException()
Creates a new instance of the Rtf
Declaration
public RtfBraceNestingException()
RtfBraceNestingException(String)
Creates a new instance of the Rtf
Declaration
public RtfBraceNestingException(string message)
Parameters
System. The message to display. |
RtfBraceNestingException(String, Exception)
Creates a new instance of the Rtf
Declaration
public RtfBraceNestingException(string message, Exception cause)
Parameters
System. The message to display. |
System. The original cause for this exception. |