[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfException.-ctor

PdfException Constructor

PdfException(string)

Initializes a new instance of the PdfException class.

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

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

Declaration
public PdfException(string message, Exception exception)
Parameters
Type Name Description
string message
Exception exception