Class RtfEmptyDocumentException
Represents errors that occur import of RTF content, caused by empty content.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfEmptyDocumentException : RtfStructureException, ISerializable, _Exception
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. |