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)
184
connection.
HandleError
(hstmt, retcode);
fx\src\data\System\Data\Odbc\OdbcConnection.cs (6)
395
this.
HandleError
(connectionHandle, retcode);
451
this.
HandleError
(ConnectionHandle, retcode);
689
this.
HandleError
(connectionHandle, retcode);
819
HandleError
(connectionHandle, retcode);
845
HandleError
(connectionHandle, retcode);
868
HandleError
(connectionHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (1)
61
connection.
HandleError
(this, retcode);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (7)
161
Connection.
HandleError
(StatementHandle, retcode);
1372
Connection.
HandleError
(stmt, retcode);
1419
Connection.
HandleError
(stmt, retcode);
1463
Connection.
HandleError
(StatementHandle, retcode);
1550
Connection.
HandleError
(StatementHandle, retcode);
1560
Connection.
HandleError
(StatementHandle, retcode);
1634
Connection.
HandleError
(StatementHandle, retcode);
fx\src\data\System\Data\Odbc\OdbcParameter.cs (5)
773
command.Connection.
HandleError
(hstmt, retcode);
793
command.Connection.
HandleError
(hstmt, retcode);
804
command.Connection.
HandleError
(hstmt, retcode);
815
command.Connection.
HandleError
(hstmt, retcode);
824
command.Connection.
HandleError
(hstmt, retcode);
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (2)
98
connection.
HandleError
(_handle, retcode);
158
connection.
HandleError
(_handle, retcode);