Index: System.Data.SQLite/SQLiteTransaction.cs ================================================================== --- System.Data.SQLite/SQLiteTransaction.cs +++ System.Data.SQLite/SQLiteTransaction.cs @@ -199,11 +199,11 @@ /// optionally re-throwing any caught exception. /// /// /// Non-zero to re-throw caught exceptions. /// - internal void IssueRollback(bool throwError) + private void IssueRollback(bool throwError) { SQLiteConnection cnn = Interlocked.Exchange(ref _cnn, null); if (cnn != null) {