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)
192
connection.
HandleError
(hstmt, retcode);
System\Data\Odbc\OdbcConnection.cs (5)
439
this.
HandleError
(connectionHandle, retcode);
505
this.
HandleError
(connectionHandle, retcode);
793
this.
HandleError
(connectionHandle, retcode);
928
HandleError
(connectionHandle, retcode);
956
HandleError
(connectionHandle, retcode);
System\Data\Odbc\OdbcConnectionHandle.cs (1)
51
connection.
HandleError
(this, retcode);
System\Data\Odbc\OdbcDataReader.cs (7)
180
Connection!.
HandleError
(StatementHandle, retcode);
1567
Connection.
HandleError
(stmt, retcode);
1621
Connection.
HandleError
(stmt, retcode);
1672
Connection.
HandleError
(StatementHandle, retcode);
1766
Connection!.
HandleError
(StatementHandle, retcode);
1777
Connection!.
HandleError
(StatementHandle, retcode);
1860
Connection!.
HandleError
(StatementHandle, retcode);
System\Data\Odbc\OdbcParameter.cs (5)
884
command.Connection.
HandleError
(hstmt, retcode);
906
command.Connection.
HandleError
(hstmt, retcode);
918
command.Connection.
HandleError
(hstmt, retcode);
930
command.Connection.
HandleError
(hstmt, retcode);
940
command.Connection.
HandleError
(hstmt, retcode);
System\Data\Odbc\OdbcTransaction.cs (2)
90
connection.
HandleError
(_handle, retcode);
163
connection.
HandleError
(_handle, retcode);