[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Section.PdfExportException.-ctor

PdfExportException Constructor

PdfExportException()

Initializes a new instance of the PdfExportException class.

Declaration
public PdfExportException()

PdfExportException(string)

Initializes a new instance of the PdfExportException class.

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

PdfExportException(string, Exception)

Initializes a new instance of the PdfExportException class.

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

PdfExportException(SerializationInfo, StreamingContext)

Initializes a new instance of the PdfExportException class.

Declaration
protected PdfExportException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
Remarks

This constructor supports serialization.