System::Text::DecoderExceptionFallbackBuffer::Fallback method

DecoderExceptionFallbackBuffer::Fallback method

Handles decoding failure.

virtual bool System::Text::DecoderExceptionFallbackBuffer::Fallback(ArrayPtr<uint8_t> bytesUnknown, int index) override
ParameterTypeDescription
bytesUnknownArrayPtr<uint8_t>Array of unknown bytes; ignored.
indexintUnknown bytes offset; ignored.

ReturnValue

Never actually returns, throws instead.

See Also