Java.Util.IllegalFormatCodePointException Class
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.

See Also: IllegalFormatCodePointException Members

Syntax

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

See Also

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1