IllegalFormatCodePointException 构造函数

定义

重载

IllegalFormatCodePointException(Int32)

使用指定的非法代码点 Character#isValidCodePoint构造此类的实例。。

IllegalFormatCodePointException(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

IllegalFormatCodePointException(Int32)

使用指定的非法代码点 Character#isValidCodePoint构造此类的实例。。

[Android.Runtime.Register(".ctor", "(I)V", "")]
public IllegalFormatCodePointException (int c);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Java.Util.IllegalFormatCodePointException : int -> Java.Util.IllegalFormatCodePointException

参数

c
Int32

非法 Unicode 码位

属性

注解

使用指定的非法代码点 Character#isValidCodePoint构造此类的实例。。

适用于 . 的 java.util.IllegalFormatCodePointException.IllegalFormatCodePointException(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

IllegalFormatCodePointException(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

protected IllegalFormatCodePointException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.IllegalFormatCodePointException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.IllegalFormatCodePointException

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于