Encoding: DecoderFallback (set)

DecoderFallback

Sets the DecoderFallback object for the current Encoding object.



 Public Property Set DecoderFallback(
	  ByVal Value As DecoderFallback ) :

Parameters

Value
[ByVal] DecoderFallback. The DecoderFallback object to set.

Remarks

The DecoderFallback object represents an error handler that is invoked when an encoded byte sequence cannot be decoded into a character. Any one of the following handler types is supported:

Read/Write.

Exceptions

ExceptionCondition
ArgumentNullException The value in a set operation is Nothing.
InvalidOperationException A value cannot be assigned in a set operation because the current Encoding object is read-only.

See Also

Project CorLib Overview

Class Encoding Overview

DecoderFallback

DecoderFallbackBuffer