[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Section.RtfExportException

RtfExportException Class

Thrown when a general RTF export specific error occurs.

Inheritance
RtfExportException
Implements
Namespace: GrapeCity.ActiveReports.Export.Word.Section
Assembly: MESCIUS.ActiveReports.Export.Word.dll
Syntax
public class RtfExportException : ApplicationException, ISerializable

Constructors

Name Description
RtfExportException(SerializationInfo, StreamingContext)

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

RtfExportException(string)

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

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.