Decoder::Fallback Property
.NET Framework (current version)
Gets or sets a DecoderFallback object for the current Decoder object.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property DecoderFallback^ Fallback { DecoderFallback^ get(); void set(DecoderFallback^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | The value in a set operation is null (Nothing). |
| ArgumentException | A new value cannot be assigned in a set operation because the current DecoderFallbackBuffer object contains data that has not been decoded yet. |
The DecoderFallback object represents an error handler that is invoked when an encoded byte sequence cannot be converted to a character.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: