Lenguaje

IllegalMonitorStateException Constructores

Definición

Sobrecargas

Nombre Description
IllegalMonitorStateException()

Construye un objeto IllegalMonitorStateException sin mensaje de detalle.

IllegalMonitorStateException(String)

Construye un IllegalMonitorStateException objeto con el mensaje de detalle especificado.

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

IllegalMonitorStateException()

Construye un objeto IllegalMonitorStateException sin mensaje de detalle.

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

Comentarios

Construye un objeto IllegalMonitorStateException sin mensaje de detalle.

Java documentación para java.lang.IllegalMonitorStateException.IllegalMonitorStateException().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

IllegalMonitorStateException(String)

Construye un IllegalMonitorStateException objeto con el mensaje de detalle especificado.

[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

Parámetros

s
String

mensaje de detalle.

Atributos

Comentarios

Construye un IllegalMonitorStateException objeto con el mensaje de detalle especificado.

Java documentación para java.lang.IllegalMonitorStateException.IllegalMonitorStateException(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

IllegalMonitorStateException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a