Class
RtfException

Base exception for all RTF import and export errors; catch this to handle any RTF processing failure.

Definition

Constructors

RtfException()

Initializes a new instance of the RtfException class.

Declaration

cs-api-definition
public RtfException()

RtfException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfException class.

Declaration

cs-api-definition
protected RtfException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

RtfException(string)

Initializes a new instance of the RtfException class.

Declaration

cs-api-definition
public RtfException(string message)

Parameters

message

string

The message.

RtfException(string, Exception)

Initializes a new instance of the RtfException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.