Class RtfStructureException
Represents errors that occur import of RTF content, caused by incorrect structure of the content.
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfStructureException : RtfParserException, ISerializable, _Exception
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. |