7 references to IsCatchableExceptionType
System.Data.Odbc (7)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
431
if (!ADP.
IsCatchableExceptionType
(e))
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
40
Debug.Assert(ADP.
IsCatchableExceptionType
(e), "Invalid exception type, should have been re-thrown!");
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
158
if (!ADP.
IsCatchableExceptionType
(e))
System\Data\Odbc\OdbcCommand.cs (2)
1106
if (ADP.
IsCatchableExceptionType
(e))
1129
if (ADP.
IsCatchableExceptionType
(e))
System\Data\Odbc\OdbcParameter.cs (1)
1005
if (!ADP.
IsCatchableExceptionType
(e))
System\Data\Odbc\OdbcTransaction.cs (1)
123
if (!ADP.
IsCatchableExceptionType
(e))