Class RtfStructureException
Represents errors that occur import of RTF content, caused by incorrect structure of the content.
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RtfStructureException : RtfParserException
Constructors
RtfStructureException()
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException()
RtfStructureException(String)
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException(string message)
Parameters
System.String
message
The message to display. |
RtfStructureException(String, Exception)
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |