UTF8Encoding: EncoderFallback (set)

EncoderFallback

Sets the EncoderFallback object for the current Encoding object.



 Public Property Set EncoderFallback(
	  ByVal Value As EncoderFallback )

Parameters

Value
[ByVal] EncoderFallback. The encoder fallback object for the current Encoding object.

Remarks

The EncoderFallback object represents an error handler that is invoked when a character cannot be converted into an encoded byte sequence. 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 UTF8Encoding Overview

EncoderFallback

EncoderFallbackBuffer