SQLiteBlobTooBigException Constructores

Definición

Sobrecargas

Nombre Description
SQLiteBlobTooBigException()
SQLiteBlobTooBigException(String)
SQLiteBlobTooBigException(IntPtr, JniHandleOwnership)

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

SQLiteBlobTooBigException()

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

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

SQLiteBlobTooBigException(String)

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

Parámetros

error
String
Atributos

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

SQLiteBlobTooBigException(IntPtr, JniHandleOwnership)

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

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

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