ClassRtfParserException
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:
cs-api-definition
public class RtfParserException : RtfException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfParserException()
Initializes a new instance of the RtfParserException class.
Declaration
cs-api-definition
public RtfParserException()
RtfParserException(string)
Creates a new instance of the RtfParserException class with the specified message.
Declaration
cs-api-definition
public RtfParserException(string message)
Parameters
message
The message to display.
RtfParserException(string, Exception)
Creates a new instance of the RtfParserException class with the specified message, based on the given cause.