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

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

    Parameters

    message
    See Also