Android.Database.Sqlite.SQLiteDoneException Class
An exception that indicates that the SQLite program is done.

See Also: SQLiteDoneException Members

Syntax

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

Remarks

An exception that indicates that the SQLite program is done. Thrown when an operation that expects a row (such as SQLiteStatement.SimpleQueryForString or SQLiteStatement.SimpleQueryForLong) does not get one.

[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 1