The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Encoder::FallbackBuffer Property
.NET Framework (current version)
Gets the EncoderFallbackBuffer object associated with the current Encoder object.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property EncoderFallbackBuffer^ FallbackBuffer { EncoderFallbackBuffer^ get(); }
The FallbackBuffer object represents data used by the EncoderFallback object. The EncoderFallback object represents an error handler that is invoked when a character cannot be converted into an encoded byte sequence.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: