The members of Java.Nio.Charset.CodingErrorAction are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Ignore | CodingErrorAction. Denotes the action to ignore any errors. |
[read-only] static | Replace | CodingErrorAction. Denotes the action to fill in the output with a replacement character when malformed input or an unmappable character is encountered. |
[read-only] static | Report | CodingErrorAction. Denotes the action to report the encountered error in an appropriate manner, for example to throw an exception or return an informative result. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |