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