[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Section.RtfExportException.-ctor

RtfExportException Constructor

RtfExportException(string)

Initializes a new instance of the RtfExportException class with a specified error message.

Declaration
public RtfExportException(string message)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

RtfExportException(string, Exception)

Initializes a new instance of the RtfExportException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Declaration
public RtfExportException(string message, Exception innerException)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The Exception instance that caused the current exception.

RtfExportException(SerializationInfo, StreamingContext)

Initializes a new instance of the RtfExportException class with serialized data.

Declaration
public RtfExportException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context