Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfInvalidDictValueTypeException Class / PdfInvalidDictValueTypeException Constructor
The dictionary key.
The value that caused the exception.
The expected type.

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

    Parameters

    key
    The dictionary key.
    value
    The value that caused the exception.
    expectedType
    The expected type.
    See Also