[]
        
(Showing Draft Content)

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

PdfSigningException Constructor

PdfSigningException()

Initializes a new instance of the PdfExportException class.

Declaration
public PdfSigningException()

PdfSigningException(string)

Initializes a new instance of the PdfExportException class.

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

PdfSigningException(string, Exception)

Initializes a new instance of the PdfExportException class.

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