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

PdfSigningException(SerializationInfo, StreamingContext)

Initializes a new instance of the PdfExportException class.

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

This constructor supports serialization.