語言

IllegalFormatPrecisionException 建構函式

定義

多載

名稱 Description
IllegalFormatPrecisionException(Int32)

以指定的精確度構造此類別的實例。

IllegalFormatPrecisionException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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.util.IllegalFormatPrecisionException.IllegalFormatPrecisionException(int)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

IllegalFormatPrecisionException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtrA 包含一個 Java 原生介面(JNI)物件參考。

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於