Class
RtfEmptyDocumentException

Thrown when RTF import finds no content or required document structure.

Definition

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

SerializationInfo

The info.

context

StreamingContext

The context.

RtfEmptyDocumentException(string)

Initializes a new instance of the RtfEmptyDocumentException class.

Declaration

cs-api-definition
public RtfEmptyDocumentException(string message)

Parameters

message

string

The message.

RtfEmptyDocumentException(string, Exception)

Initializes a new instance of the RtfEmptyDocumentException class.

Declaration

cs-api-definition
public RtfEmptyDocumentException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.