Class
RtfParserException

Thrown when RTF parsing encounters invalid syntax or unsupported control words.

Definition

Constructors

RtfParserException()

Initializes a new instance of the RtfParserException class.

Declaration

cs-api-definition
public RtfParserException()

RtfParserException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfParserException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

RtfParserException(string)

Initializes a new instance of the RtfParserException class.

Declaration

cs-api-definition
public RtfParserException(string message)

Parameters

message

string

The message.

RtfParserException(string, Exception)

Initializes a new instance of the RtfParserException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.