26 references to HandleError
System.Data (26)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (4)
611_connection.HandleError(stmt, retcode); 661_connection.HandleError(stmt, retcode); 731_connection.HandleError(stmt, retcode); 822_connection.HandleError(stmt, retcode);
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
184connection.HandleError(hstmt, retcode);
fx\src\data\System\Data\Odbc\OdbcConnection.cs (6)
395this.HandleError(connectionHandle, retcode); 451this.HandleError(ConnectionHandle, retcode); 689this.HandleError(connectionHandle, retcode); 819HandleError(connectionHandle, retcode); 845HandleError(connectionHandle, retcode); 868HandleError(connectionHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (1)
61connection.HandleError(this, retcode);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (7)
161Connection.HandleError(StatementHandle, retcode); 1372Connection.HandleError(stmt, retcode); 1419Connection.HandleError(stmt, retcode); 1463Connection.HandleError(StatementHandle, retcode); 1550Connection.HandleError(StatementHandle, retcode); 1560Connection.HandleError(StatementHandle, retcode); 1634Connection.HandleError(StatementHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcParameter.cs (5)
773command.Connection.HandleError(hstmt, retcode); 793command.Connection.HandleError(hstmt, retcode); 804command.Connection.HandleError(hstmt, retcode); 815command.Connection.HandleError(hstmt, retcode); 824command.Connection.HandleError(hstmt, retcode);
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (2)
98connection.HandleError(_handle, retcode); 158connection.HandleError(_handle, retcode);