DecoderExceptionFallbackBuffer Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public NotInheritable Class DecoderExceptionFallbackBuffer Inherits DecoderFallbackBuffer 'Usage Dim instance As DecoderExceptionFallbackBuffer
public final class DecoderExceptionFallbackBuffer extends DecoderFallbackBuffer
public final class DecoderExceptionFallbackBuffer extends DecoderFallbackBuffer
A common reason for an encoding or decoding operation to fail is if the underlying encoding class does not provide a mapping between a character and an equivalent byte sequence. If the input byte sequence cannot be converted to an output character, the decoding operation calls the Fallback method, which throws DecoderFallbackException.
The System.Text.DecoderFallbackBuffer class, which represents a data buffer used in a decoding operation, is the base class for the DecoderExceptionFallbackBuffer class. However, instead of a data buffer the DecoderExceptionFallbackBuffer class represents a standard behavior wherein an exception is thrown if a decoding operation fails. No actual data buffer exists, and the members designed to manipulate such a buffer do no significant work.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.