System.Text.DecoderFallbackException.Index Property

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

Syntax

public int Index { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0