OutOfMemoryError Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| OutOfMemoryError() |
Construye un objeto |
| OutOfMemoryError(String) |
Construye un |
| OutOfMemoryError(IntPtr, JniHandleOwnership) |
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución. |
OutOfMemoryError()
Construye un objeto OutOfMemoryError sin mensaje de detalle.
[Android.Runtime.Register(".ctor", "()V", "")]
public OutOfMemoryError();
- Atributos
Comentarios
Construye un objeto OutOfMemoryError sin mensaje de detalle.
Java documentación para java.lang.OutOfMemoryError.OutOfMemoryError().
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
OutOfMemoryError(String)
Construye un OutOfMemoryError objeto con el mensaje de detalle especificado.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public OutOfMemoryError(string? s);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Lang.OutOfMemoryError : string -> Java.Lang.OutOfMemoryError
Parámetros
- s
- String
mensaje de detalle.
- Atributos
Comentarios
Construye un OutOfMemoryError objeto con el mensaje de detalle especificado.
Java documentación para java.lang.OutOfMemoryError.OutOfMemoryError(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
OutOfMemoryError(IntPtr, JniHandleOwnership)
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.
protected OutOfMemoryError(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.OutOfMemoryError : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.OutOfMemoryError
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.