Inherits System::Details_ArgumentException.
Public Member Functions | |
ASPOSECPP_SHARED_API System::ArrayPtr< uint8_t > | get_BytesUnknown () |
ASPOSECPP_SHARED_API int | get_Index () |
Exception thrown by DecoderExceptionFallback when decoding fails. Never create instances of this class manually. Use the DecoderFallbackException class instead. Never wrap the DecoderFallbackException class instances into System::SmartPtr.
ASPOSECPP_SHARED_API System::ArrayPtr<uint8_t> System::Text::Details_DecoderFallbackException::get_BytesUnknown | ( | ) |
Gets byte array that triggered error.
ASPOSECPP_SHARED_API int System::Text::Details_DecoderFallbackException::get_Index | ( | ) |
Gets position of byte that triggered error in input array.