Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfNoDictValueException Class / PdfNoDictValueException Constructor
The key that caused the exception.

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

    Parameters

    key
    The key that caused the exception.
    See Also