Class
RtfBraceNestingException

Thrown when RTF import encounters mismatched or missing braces that break document structure nesting.

Definition

Constructors

RtfBraceNestingException()

Initializes a new instance of the RtfBraceNestingException class.

Declaration

cs-api-definition
public RtfBraceNestingException()

RtfBraceNestingException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfBraceNestingException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

RtfBraceNestingException(string)

Initializes a new instance of the RtfBraceNestingException class.

Declaration

cs-api-definition
public RtfBraceNestingException(string message)

Parameters

message

string

The message.

RtfBraceNestingException(string, Exception)

Initializes a new instance of the RtfBraceNestingException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.