The members of System.Text.DecoderFallbackException are listed below.
See Also: Inherited members from System.ArgumentException
Initializes a new instance of the System.Text.DecoderFallbackException class. | ||
Initializes a new instance of the System.Text.DecoderFallbackException class. A parameter specifies the error message. | ||
Initializes a new instance of the System.Text.DecoderFallbackException class. Parameters specify the error message and the inner exception that is the cause of this exception. | ||
Initializes a new instance of the System.Text.DecoderFallbackException class. Parameters specify the error message, the array of bytes being decoded, and the index of the byte that cannot be decoded. |
[read-only] | BytesUnknown | byte[].
Gets the input byte sequence that caused the exception. |
[read-only] | Index | int.
Gets the index position in the input byte sequence of the byte that caused the exception. |