The properties of Java.Nio.Charset.CodingErrorAction are listed below. For a list of all members, see the CodingErrorAction Members list.
See Also: Inherited members from Java.Lang.Object
| [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. |