SqliteException.this

Undocumented in source.
  1. this(string msg, int code, string sql, string file, size_t line, Throwable next)
    class SqliteException
    this
    (
    string msg
    ,
    int code
    ,
    string sql = null
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  2. this(string msg, string sql, string file, size_t line, Throwable next)

Meta