ClassRtfEmptyDocumentException
Class
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:
cs-api-definition
public class RtfEmptyDocumentException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfEmptyDocumentException
Implements:
Inherited Members
Constructors
RtfEmptyDocumentException()
Creates a new instance of the RtfEmptyDocumentException class.
Declaration
cs-api-definition
public RtfEmptyDocumentException()
RtfEmptyDocumentException(string)
Creates a new instance of the RtfEmptyDocumentException class with the given message.
Declaration
cs-api-definition
public RtfEmptyDocumentException(string message)
Parameters
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.