RtfException
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 RtfException : Exception, ISerializable
Inheritance: objectExceptionRtfException
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RtfException class.
C#
public RtfException()
Creates a new instance of the RtfException class with the given message, based on the given cause.
Creates a new instance of the RtfException class with the given message.