Class
RtfHexEncodingException

Thrown when RTF import encounters malformed hexadecimal character escape sequences.

Definition

Constructors

RtfHexEncodingException()

Initializes a new instance of the RtfHexEncodingException class.

Declaration

cs-api-definition
public RtfHexEncodingException()

RtfHexEncodingException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfHexEncodingException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

RtfHexEncodingException(string)

Initializes a new instance of the RtfHexEncodingException class.

Declaration

cs-api-definition
public RtfHexEncodingException(string message)

Parameters

message

string

The message.

RtfHexEncodingException(string, Exception)

Initializes a new instance of the RtfHexEncodingException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.