IllegalFormatPrecisionException 构造函数

定义

重载

名称 说明
IllegalFormatPrecisionException(Int32)

使用指定的精度构造此类的实例。

IllegalFormatPrecisionException(IntPtr, JniHandleOwnership)

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

IllegalFormatPrecisionException(Int32)

使用指定的精度构造此类的实例。

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

参数

p
Int32

精度

属性

注解

使用指定的精度构造此类的实例。

Java文档java.util.IllegalFormatPrecisionException.IllegalFormatPrecisionException(int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

IllegalFormatPrecisionException(IntPtr, JniHandleOwnership)

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

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

参数

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于