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