A .NET wrapper to the SQLite database

SQLiteException Constructor

Instanciates a new copy of the SQLiteException class with the given error message and errorcode

Overload List

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);

See Also

SQLiteException Class | SQLite.NET Namespace