Android.Database.DefaultDatabaseErrorHandler.OnCorruption Method
defines the default method to be invoked when database corruption is detected.

Syntax

[Android.Runtime.Register("onCorruption", "(Landroid/database/sqlite/SQLiteDatabase;)V", "")]
public void OnCorruption (Android.Database.Sqlite.SQLiteDatabase dbObj)

Parameters

dbObj
the Android.Database.Sqlite.SQLiteDatabase object representing the database on which corruption is detected.

Remarks

defines the default method to be invoked when database corruption is detected.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11