[]
        
(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