Instanciates a new copy of the SQLiteException class with the given error message and errorcode
Instanciates a new copy of the SQLiteException class with the given error message
public SQLiteException(string);
Instanciates a new copy of the SQLiteException class with the given error message and errorcode
public SQLiteException(string,ResultCode);
SQLiteException Class | SQLite.NET Namespace