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