25 references to HandleError
System.Data.Odbc (25)
System\Data\Odbc\OdbcCommand.cs (4)
672_connection!.HandleError(stmt, retcode); 728_connection!.HandleError(stmt, retcode); 802_connection!.HandleError(stmt, retcode); 904_connection.HandleError(stmt, retcode);
System\Data\Odbc\OdbcCommandBuilder.cs (1)
192connection.HandleError(hstmt, retcode);
System\Data\Odbc\OdbcConnection.cs (5)
439this.HandleError(connectionHandle, retcode); 505this.HandleError(connectionHandle, retcode); 793this.HandleError(connectionHandle, retcode); 928HandleError(connectionHandle, retcode); 956HandleError(connectionHandle, retcode);
System\Data\Odbc\OdbcConnectionHandle.cs (1)
51connection.HandleError(this, retcode);
System\Data\Odbc\OdbcDataReader.cs (7)
180Connection!.HandleError(StatementHandle, retcode); 1567Connection.HandleError(stmt, retcode); 1621Connection.HandleError(stmt, retcode); 1672Connection.HandleError(StatementHandle, retcode); 1766Connection!.HandleError(StatementHandle, retcode); 1777Connection!.HandleError(StatementHandle, retcode); 1860Connection!.HandleError(StatementHandle, retcode);
System\Data\Odbc\OdbcParameter.cs (5)
884command.Connection.HandleError(hstmt, retcode); 906command.Connection.HandleError(hstmt, retcode); 918command.Connection.HandleError(hstmt, retcode); 930command.Connection.HandleError(hstmt, retcode); 940command.Connection.HandleError(hstmt, retcode);
System\Data\Odbc\OdbcTransaction.cs (2)
90connection.HandleError(_handle, retcode); 163connection.HandleError(_handle, retcode);