語言

IllegalMonitorStateException 建構函式

定義

多載

名稱 Description
IllegalMonitorStateException()

構建一個 IllegalMonitorStateException 沒有細節的訊息。

IllegalMonitorStateException(String)

構建包含指定細節訊息的 。IllegalMonitorStateException

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

IllegalMonitorStateException()

構建一個 IllegalMonitorStateException 沒有細節的訊息。

[Android.Runtime.Register(".ctor", "()V", "")]
public IllegalMonitorStateException();
屬性

備註

構建一個 IllegalMonitorStateException 沒有細節的訊息。

Java 文件 java.lang.IllegalMonitorStateException.IllegalMonitorStateException()

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

適用於

IllegalMonitorStateException(String)

構建包含指定細節訊息的 。IllegalMonitorStateException

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

參數

s
String

細節訊息。

屬性

備註

構建包含指定細節訊息的 。IllegalMonitorStateException

Java 文件 java.lang.IllegalMonitorStateException.IllegalMonitorStateException(java.lang.String)

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

適用於

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

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

參數

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

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

適用於