Java.Nio.Charset.MalformedInputException Class
A MalformedInputException is thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.

See Also: MalformedInputException Members

Syntax

[Android.Runtime.Register("java/nio/charset/MalformedInputException", DoNotGenerateAcw=true)]
public class MalformedInputException : CharacterCodingException

Remarks

A MalformedInputException is thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.

[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