SqliteException

Exception thrown when SQLite functions return an error.

class SqliteException : Exception {}

Members

Variables

code
int code;

The code of the error that raised the exception, or 0 if this code is not known.

sql
string sql;

The SQL code that raised the exception, if applicable.

Meta