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 RtfEmptyDocumentException class.
Declaration
public RtfEmptyDocumentException()
RtfEmptyDocumentException(String)
Creates a new instance of the RtfEmptyDocumentException class with the given message.
Declaration
public RtfEmptyDocumentException(string message)
Parameters
System.String
message
The message to display. |
RtfEmptyDocumentException(String, Exception)
Creates a new instance of the RtfEmptyDocumentException class with the given message, based on the given cause.
Declaration
public RtfEmptyDocumentException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |