Android.Database.Sqlite.SQLiteAbortException Class
An exception that indicates that the SQLite program was aborted.

See Also: SQLiteAbortException Members

Syntax

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

Remarks

An exception that indicates that the SQLite program was aborted. This can happen either through a call to ABORT in a trigger, or as the result of using the ABORT conflict clause.

[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