ClassRtfStructureException
Class
Represents errors that occur import of RTF content, caused by incorrect structure of the content.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RtfStructureException : RtfParserException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfStructureException()
Initializes a new instance of the RtfStructureException class.
Declaration
cs-api-definition
public RtfStructureException()
RtfStructureException(string)
Initializes a new instance of the RtfStructureException class.
Declaration
cs-api-definition
public RtfStructureException(string message)
Parameters
message
The message to display.
RtfStructureException(string, Exception)
Initializes a new instance of the RtfStructureException class.