Class RtfEmptyDocumentException
Represents errors that occur when opening RTF document that has no content.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfEmptyDocumentException : RtfStructureException, ISerializable, _Exception
Constructors
RtfEmptyDocumentException()
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
public RtfEmptyDocumentException()
RtfEmptyDocumentException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
protected RtfEmptyDocumentException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfEmptyDocumentException(String)
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
public RtfEmptyDocumentException(string message)
Parameters
System.String
message
The message. |
RtfEmptyDocumentException(String, Exception)
Initializes a new instance of the RtfEmptyDocumentException class.
Declaration
public RtfEmptyDocumentException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |