ClassRtfEmptyDocumentException
Class
Thrown when RTF import finds no content or required document structure.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfEmptyDocumentException : RtfStructureException, ISerializable, _Exception
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfEmptyDocumentException
Implements:
Inherited Members
Constructors
RtfEmptyDocumentException()
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
cs-api-definition
public RtfEmptyDocumentException()
RtfEmptyDocumentException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
cs-api-definition
protected RtfEmptyDocumentException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfEmptyDocumentException(string)
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
cs-api-definition
public RtfEmptyDocumentException(string message)
Parameters
message
The message.
RtfEmptyDocumentException(string, Exception)
Initializes a new instance of the RtfEmptyDocumentException class.