Linguaggio

SQLiteOutOfMemoryException Costruttori

Definizione

Overload

Nome Descrizione
SQLiteOutOfMemoryException()
SQLiteOutOfMemoryException(String)
SQLiteOutOfMemoryException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

SQLiteOutOfMemoryException()

[Android.Runtime.Register(".ctor", "()V", "")]
public SQLiteOutOfMemoryException();
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

SQLiteOutOfMemoryException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public SQLiteOutOfMemoryException(string? error);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Database.Sqlite.SQLiteOutOfMemoryException : string -> Android.Database.Sqlite.SQLiteOutOfMemoryException

Parametri

error
String
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

SQLiteOutOfMemoryException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected SQLiteOutOfMemoryException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Database.Sqlite.SQLiteOutOfMemoryException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Database.Sqlite.SQLiteOutOfMemoryException

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a