16 references to IsCatchableExceptionType
System.Data.OleDb (16)
OleDbCommand.cs (2)
741if (!ADP.IsCatchableExceptionType(e)) 769if (!ADP.IsCatchableExceptionType(e))
OleDbConnectionInternal.cs (1)
726if (!ADP.IsCatchableExceptionType(e))
OleDbConnectionString.cs (1)
334if (!ADP.IsCatchableExceptionType(e))
OleDbDataAdapter.cs (2)
323if (!ADP.IsCatchableExceptionType(e)) 377if (!ADP.IsCatchableExceptionType(e))
OleDbDataReader.cs (2)
2042if (!ADP.IsCatchableExceptionType(e)) 2105if (!ADP.IsCatchableExceptionType(e))
OleDbParameter.cs (1)
489if (!ADP.IsCatchableExceptionType(e))
System\Data\Common\AdapterUtil.cs (4)
52Debug.Assert(ADP.IsCatchableExceptionType(e), "Invalid exception type, should have been re-thrown!"); 57Debug.Assert(ADP.IsCatchableExceptionType(e), "Invalid exception type, should have been re-thrown!"); 1083if (!ADP.IsCatchableExceptionType(e)) 1160if (!ADP.IsCatchableExceptionType(e))
System\Data\ProviderBase\DbConnectionPool.cs (2)
702if (!ADP.IsCatchableExceptionType(e)) 1488if (!ADP.IsCatchableExceptionType(e))
System\Data\ProviderBase\DbMetaDataFactory.cs (1)
178if (!ADP.IsCatchableExceptionType(e))