Android.Database.Sqlite.SQLiteDatabaseLockedException Class
Thrown if the database engine was unable to acquire the database locks it needs to do its job.

See Also: SQLiteDatabaseLockedException Members

Syntax

[Android.Runtime.Register("android/database/sqlite/SQLiteDatabaseLockedException", DoNotGenerateAcw=true)]
public class SQLiteDatabaseLockedException : SQLiteException

Remarks

Thrown if the database engine was unable to acquire the database locks it needs to do its job. If the statement is a [COMMIT] or occurs outside of an explicit transaction, then you can retry the statement. If the statement is not a [COMMIT] and occurs within a explicit transaction then you should rollback the transaction before continuing.

[Android Documentation]

Requirements

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