Java.Nio.Charset.CharsetDecoder.OnUnmappableCharacter Method
Sets this decoder's action on unmappable character errors.

Syntax

[Android.Runtime.Register("onUnmappableCharacter", "(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;", "")]
public CharsetDecoder OnUnmappableCharacter (CodingErrorAction newAction)

Parameters

newAction
the new action on unmappable character error.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif newAction == null.

Remarks

Sets this decoder's action on unmappable character errors. This method will call the CharsetDecoder.ImplOnUnmappableCharacter(CodingErrorAction) method with the given new action as argument.

[Android Documentation]

Requirements

Namespace: Java.Nio.Charset
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1