SQLite3Exception

This is thrown if something went wrong in SQLite3.

Constructors

this
this(int code, string msg, string file, size_t line)
Undocumented in source.
this
this(sqlite3* db, string msg, string file, size_t line)
Undocumented in source.

Members

Variables

code
int code;
Undocumented in source.

Meta