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