DecoderFallbackException: Index (get)

Index

Gets the index position in the input byte sequence of the byte that caused the exception.



 Public Property Get Index ( ) As Long

Return Values

Long -  The index position in the input byte array of the byte that cannot be decoded. The index position is zero-based.

Remarks

The application uses the BytesUnknown property to retrieve the input byte array that contains the byte that cannot be decoded.

Read Only.

See Also

Project CorLib Overview

Class DecoderFallbackException Overview