DecoderExceptionFallback::CreateFallbackBuffer Method ()
.NET Framework (current version)
Returns a decoder fallback buffer that throws an exception if it cannot convert a sequence of bytes to a character.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Text::DecoderFallbackBuffer^A decoder fallback buffer that throws an exception when it cannot decode a byte sequence.
A decoder fallback buffer is responsible for receiving and handling byte sequences that a decoder cannot convert to characters. This method returns an instance of the DecoderExceptionFallbackBuffer class, which is a subclass of the DecoderFallbackBuffer class. A DecoderExceptionFallbackBuffer object throws an DecoderFallbackException exception whenever a sequence of bytes is passed to its Fallback method.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: