2#ifndef _aspose_system_text_decoder_fallback_exception_h_
3#define _aspose_system_text_decoder_fallback_exception_h_
5#include "system/array.h"
6#include "system/exceptions.h"
15 friend class System::ExceptionWrapperHelper;
ArgumentException is thrown when an argument passed to a method being invoked is invalid....
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Exception thrown by DecoderExceptionFallback when decoding fails. Never create instances of this clas...
Definition: decoder_fallback_exception.h:14
void DoThrow(const System::ExceptionPtr &self) const override
Throws exception instance wrapped by exception wrapper.
Details_DecoderFallbackException()
Default constructor.
Details_DecoderFallbackException(const System::String &message, const ArrayPtr< uint8_t > &bytesUnknown, int index)
Constructor.
System::ArrayPtr< uint8_t > get_BytesUnknown()
Gets byte array that triggered error.
Details_DecoderFallbackException(const System::String &message, const System::Exception &innerException)
Constructor.
System::ArrayPtr< uint8_t > m_bytesUnknown
Array of bytes that triggered decoder error.
Definition: decoder_fallback_exception.h:56
int get_Index()
Gets position of byte that triggered error in input array.
Details_DecoderFallbackException(const System::String &message)
Constructor.
@ Text
Defines color adjustment information for text.
Definition: db_command.h:9