DecoderExceptionFallback::CreateFallbackBuffer Method ()

 

Returns a decoder fallback buffer that throws an exception if it cannot convert a sequence of bytes to a character.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual DecoderFallbackBuffer^ CreateFallbackBuffer() override

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
Return to top
Show: