Langage

IllegalMonitorStateException Constructeurs

Définition

Surcharges

Nom Description
IllegalMonitorStateException()

Construit un message sans IllegalMonitorStateException détail.

IllegalMonitorStateException(String)

Construit un IllegalMonitorStateException message de détail spécifié.

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

IllegalMonitorStateException()

Construit un message sans IllegalMonitorStateException détail.

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

Remarques

Construit un message sans IllegalMonitorStateException détail.

Java documentation pour java.lang.IllegalMonitorStateException.IllegalMonitorStateException().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

IllegalMonitorStateException(String)

Construit un IllegalMonitorStateException message de détail spécifié.

[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

Paramètres

s
String

message détaillé.

Attributs

Remarques

Construit un IllegalMonitorStateException message de détail spécifié.

Java documentation pour java.lang.IllegalMonitorStateException.IllegalMonitorStateException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

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

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à