[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.