Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfException Class / PdfException Constructor / PdfException Constructor(String,Exception)

In This Topic
    PdfException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the PdfException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String, _
       ByVal exception As System.Exception _
    )
    public PdfException( 
       System.string message,
       System.Exception exception
    )

    Parameters

    message
    exception
    See Also