Class SqliteException

Exception thrown when SQLite functions return an error.

class SqliteException
  : object.Exception ;

Fields

NameTypeDescription
code intThe code of the error that raised the exception
sql stringThe SQL code that raised the exception, if applicable.