共用方式為


InvalidPropertiesFormatException 建構函式

定義

多載

InvalidPropertiesFormatException(Throwable)

使用指定的原因建構 InvalidPropertiesFormatException。

InvalidPropertiesFormatException(String)

使用指定的詳細數據訊息建構 InvalidPropertiesFormatException。

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

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

InvalidPropertiesFormatException(Throwable)

使用指定的原因建構 InvalidPropertiesFormatException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public InvalidPropertiesFormatException(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Java.Util.InvalidPropertiesFormatException : Java.Lang.Throwable -> Java.Util.InvalidPropertiesFormatException

參數

cause
Throwable

原因(此方法稍後會儲存以供擷取 Throwable#getCause() )。

屬性

備註

使用指定的原因建構 InvalidPropertiesFormatException。

java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(java.lang.Throwable)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

InvalidPropertiesFormatException(String)

使用指定的詳細數據訊息建構 InvalidPropertiesFormatException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public InvalidPropertiesFormatException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Util.InvalidPropertiesFormatException : string -> Java.Util.InvalidPropertiesFormatException

參數

message
String

詳細資料訊息。 詳細數據訊息會儲存,以供方法稍後擷 Throwable#getMessage() 取。

屬性

備註

使用指定的詳細數據訊息建構 InvalidPropertiesFormatException。

java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

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

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

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於