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 RtfBraceNestingException class.
Declaration
public RtfBraceNestingException()
RtfBraceNestingException(String)
Creates a new instance of the RtfBraceNestingException class with a specified message.
Declaration
public RtfBraceNestingException(string message)
Parameters
System.String
message
The message to display. |
RtfBraceNestingException(String, Exception)
Creates a new instance of the RtfBraceNestingException class, based on the specified cause.
Declaration
public RtfBraceNestingException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |