EncoderExceptionFallback::CreateFallbackBuffer Method ()

 

Returns an encoder fallback buffer that throws an exception if it cannot convert a character sequence to a byte sequence.

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

public:
virtual EncoderFallbackBuffer^ CreateFallbackBuffer() override

Return Value

Type: System.Text::EncoderFallbackBuffer^

An encoder fallback buffer that throws an exception when it cannot encode a character sequence.

An encoder fallback buffer is responsible for receiving and handling characters that an encoder cannot convert to a byte sequence. This method returns an instance of the EncoderExceptionFallbackBuffer class, which is a subclass of the EncoderFallbackBuffer class. An EncoderExceptionFallbackBuffer object throws an EncoderFallbackException exception whenever characters are passed to its EncoderExceptionFallbackBuffer::Fallback method.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: