System::Text::DecoderExceptionFallbackBuffer::Fallback 方法
DecoderExceptionFallbackBuffer::Fallback method
处理解码失败。
virtual bool System::Text::DecoderExceptionFallbackBuffer::Fallback(ArrayPtr<uint8_t> bytesUnknown, int index) override
| Parameter | Type | 描述 |
|---|---|---|
| bytesUnknown | ArrayPtr<uint8_t> | Array 未知字节;已忽略。 |
| 索引 | int | 未知字节偏移;已忽略。 |
ReturnValue
从不实际返回,而是抛出异常。
另见
- Typedef ArrayPtr
- Class DecoderExceptionFallbackBuffer
- Namespace System::Text
- Library Aspose.Page for C++