[]
        
(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)
Public Sub New(message As String)
Parameters
Type Name Description
string message

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

Declaration
public PdfException(string message, Exception exception)
Public Sub New(message As String, exception As Exception)
Parameters
Type Name Description
string message
Exception exception