Java.Nio.Charset.CodingErrorAction Class
Used to indicate what kind of actions to take in case of encoding/decoding errors.

See Also: CodingErrorAction Members

Syntax

[Android.Runtime.Register("java/nio/charset/CodingErrorAction", DoNotGenerateAcw=true)]
public class CodingErrorAction : Java.Lang.Object

Remarks

Used to indicate what kind of actions to take in case of encoding/decoding errors. Currently three actions are defined: IGNORE, REPLACE and REPORT.

[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