Java.Nio.Charset.CodingErrorAction: Property Members

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

Public Properties

[read-only]
static
IgnoreCodingErrorAction. Denotes the action to ignore any errors.
[read-only]
static
ReplaceCodingErrorAction. Denotes the action to fill in the output with a replacement character when malformed input or an unmappable character is encountered.
[read-only]
static
ReportCodingErrorAction. Denotes the action to report the encountered error in an appropriate manner, for example to throw an exception or return an informative result.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.