An IllegalFormatCodePointException will be thrown if an invalid
Unicode code point (defined by Java.Lang.Character.IsValidCodePoint(int)) is
passed as a parameter to a Formatter.
[Android.Runtime.Register("java/util/IllegalFormatCodePointException", DoNotGenerateAcw=true)] public class IllegalFormatCodePointException : IllegalFormatException
Remarks
An IllegalFormatCodePointException will be thrown if an invalid
Unicode code point (defined by Java.Lang.Character.IsValidCodePoint(int)) is
passed as a parameter to a Formatter.