System.Text.DecoderFallbackException.BytesUnknown Property

Gets the input byte sequence that caused the exception.

Syntax

public byte[] BytesUnknown { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The application uses the DecoderFallbackException.Index property to get the position in the input byte array of 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