Decoder::Fallback Property

 

Gets or sets a DecoderFallback object for the current Decoder object.

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

public:
[ComVisibleAttribute(false)]
property DecoderFallback^ Fallback {
	DecoderFallback^ get();
	void set(DecoderFallback^ value);
}

Property Value

Type: System.Text::DecoderFallback^

A DecoderFallback object.

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