System::Text::DecoderExceptionFallbackBuffer::Fallback method
DecoderExceptionFallbackBuffer::Fallback method
Handles decoding failure.
virtual bool System::Text::DecoderExceptionFallbackBuffer::Fallback(ArrayPtr<uint8_t> bytesUnknown, int index) override
Parameter | Type | Description |
---|---|---|
bytesUnknown | ArrayPtr<uint8_t> | Array of unknown bytes; ignored. |
index | int | Unknown bytes offset; ignored. |
ReturnValue
Never actually returns, throws instead.
See Also
- Typedef ArrayPtr
- Class DecoderExceptionFallbackBuffer
- Namespace System::Text
- Library Aspose.PUB for C++