Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfInvalidArrayValueTypeException Class / PdfInvalidArrayValueTypeException Constructor / PdfInvalidArrayValueTypeException Constructor(Int32,Object,String)
The value index.
The value that caused the exception.
The expected type.

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

    Parameters

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