Represents errors that occur import of RTF content, caused by empty content.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RtfEmptyDocumentException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfEmptyDocumentException...
Implements:
Inherited Members
Constructors
Creates a new instance of the RtfEmptyDocumentException class.
C#
public RtfEmptyDocumentException()
Creates a new instance of the RtfEmptyDocumentException class with the given message, based on the given cause.
Creates a new instance of the RtfEmptyDocumentException class with the given message.