Lenguaje

InstantiationError Constructores

Definición

Sobrecargas

Nombre Description
InstantiationError()

Construye un objeto InstantiationError sin mensaje de detalle.

InstantiationError(String)

Construye un InstantiationError objeto con el mensaje de detalle especificado.

InstantiationError(IntPtr, JniHandleOwnership)

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

InstantiationError()

Construye un objeto InstantiationError sin mensaje de detalle.

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

Comentarios

Construye un objeto InstantiationError sin mensaje de detalle.

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

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

InstantiationError(String)

Construye un InstantiationError objeto con el mensaje de detalle especificado.

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

Parámetros

s
String

mensaje de detalle.

Atributos

Comentarios

Construye un InstantiationError objeto con el mensaje de detalle especificado.

Java documentación para java.lang.InstantiationError.InstantiationError(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

InstantiationError(IntPtr, JniHandleOwnership)

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

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

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