Class
RtfBraceNestingException

Represents errors that occur during import of RTF content due to invalid number of braces.

Definition

Constructors

RtfBraceNestingException()

Creates a new instance of the RtfBraceNestingException class.

Declaration

cs-api-definition
public RtfBraceNestingException()

RtfBraceNestingException(string)

Creates a new instance of the RtfBraceNestingException class with a specified message.

Declaration

cs-api-definition
public RtfBraceNestingException(string message)

Parameters

message

string

The message to display.

RtfBraceNestingException(string, Exception)

Creates a new instance of the RtfBraceNestingException class, based on the specified cause.

Declaration

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

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.