[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. [Property] [Methods] *CreateFallbackBuffer=When overridden in a derived class, initializes a new instance of the DecoderFallbackBuffer class. ARG(DecoderFallbackBuffer)|3|0 *ExceptionFallback=Returns an object that throws an exception when an input byte sequence cannot be decoded.ARG(DecoderFallback)|3|0 *MaxCharCount=When overridden in a derived class, gets the maximum number of characters the current DecoderFallback object can return. ARG(int)|3|1 *ReplacementFallback=Returns an object that outputs a substitute string in place of an input byte sequence that cannot be decoded.ARG(DecoderFallback)|3|0