Lenguaje

NegativeArraySizeException Constructores

Definición

Sobrecargas

Nombre Description
NegativeArraySizeException()

Construye un objeto NegativeArraySizeException sin mensaje de detalle.

NegativeArraySizeException(String)

Construye un NegativeArraySizeException objeto con el mensaje de detalle especificado.

NegativeArraySizeException(IntPtr, JniHandleOwnership)

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

NegativeArraySizeException()

Construye un objeto NegativeArraySizeException sin mensaje de detalle.

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

Comentarios

Construye un objeto NegativeArraySizeException sin mensaje de detalle.

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

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

NegativeArraySizeException(String)

Construye un NegativeArraySizeException objeto con el mensaje de detalle especificado.

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

Parámetros

s
String

mensaje de detalle.

Atributos

Comentarios

Construye un NegativeArraySizeException objeto con el mensaje de detalle especificado.

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

NegativeArraySizeException(IntPtr, JniHandleOwnership)

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

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

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