RtfParserException
Class
Represents errors that occur during import of RTF content.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RtfParserException : RtfException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserException
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RtfParserException class.
C#
public RtfParserException()
Creates a new instance of the RtfParserException class with the specified message, based on the given cause.
Creates a new instance of the RtfParserException class with the specified message.