Class
RtfEmptyDocumentException

Represents errors that occur import of RTF content, caused by empty content.

Definition

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

string

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

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.