Index: System.Data.SQLite/SQLiteModuleEnumerable.cs ================================================================== --- System.Data.SQLite/SQLiteModuleEnumerable.cs +++ System.Data.SQLite/SQLiteModuleEnumerable.cs @@ -135,11 +135,12 @@ } /////////////////////////////////////////////////////////////////////// /// - /// Closes the virtual table cursor. + /// Closes the virtual table cursor. This method must not throw any + /// exceptions. /// public virtual void Close() { // CheckDisposed(); @@ -942,11 +943,12 @@ } /////////////////////////////////////////////////////////////////////// /// - /// Closes the virtual table cursor. + /// Closes the virtual table cursor. This method must not throw any + /// exceptions. /// public override void Close() { // CheckDisposed();