7 references to HandleErrorNoThrow
System.Data (7)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (3)
425throw wrapper.Connection.HandleErrorNoThrow(stmt, retcode); 1043_connection.HandleErrorNoThrow(_stmt, retcode); 1046throw _connection.HandleErrorNoThrow(_stmt, retcode);
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
490Exception e = HandleErrorNoThrow(hrHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (2)
1619Connection.HandleErrorNoThrow(StatementHandle, retcode); 1714Connection.HandleErrorNoThrow(StatementHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (1)
118Exception e = _connection.HandleErrorNoThrow(handle, retcode);