39 references to IsCatchableExceptionType
System.Data.Common (39)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
37Debug.Assert(ADP.IsCatchableExceptionType(e), "Invalid exception type, should have been re-thrown!");
System\Data\Common\AdapterUtil.Common.cs (1)
36Debug.Assert(IsCatchableExceptionType(e), "Invalid exception type, should have been re-thrown!");
System\Data\Common\DataAdapter.cs (4)
605catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 642catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 685catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 709catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\Common\DataRecordInternal.cs (2)
142catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 218catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\Common\DBCommandBuilder.cs (1)
1589catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\Common\DbDataAdapter.cs (4)
1058catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 1160catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 1240catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 1320catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\Constraint.cs (1)
119catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e))
System\Data\DataColumn.cs (2)
796catch (Exception e1) when (ADP.IsCatchableExceptionType(e1)) 818catch (Exception e2) when (ADP.IsCatchableExceptionType(e2))
System\Data\DataRelation.cs (1)
675catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\DataRelationCollection.cs (1)
818catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e))
System\Data\DataSet.cs (1)
967catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\DataTable.cs (4)
1012catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 1455catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 4131catch (Exception f) when (ADP.IsCatchableExceptionType(f)) 4478catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\DataView.cs (2)
1420catch (Exception f) when (Common.ADP.IsCatchableExceptionType(f)) 1502catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e))
System\Data\DataViewManager.cs (1)
323catch (Exception f) when (Common.ADP.IsCatchableExceptionType(f))
System\Data\Filter\DataExpression.cs (2)
147catch (Exception e) when (ADP.IsCatchableExceptionType(e)) 270catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\Filter\ExpressionParser.cs (2)
259catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e)) 606catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e))
System\Data\Filter\NameNode.cs (1)
47if (!Common.ADP.IsCatchableExceptionType(e))
System\Data\Merger.cs (1)
588catch (Exception e) when (Common.ADP.IsCatchableExceptionType(e))
System\Data\Select.cs (1)
619catch (Exception e) when (ADP.IsCatchableExceptionType(e))
System\Data\SQLTypes\SqlXml.cs (1)
107if ((!throwTargetInvocationExceptions) || (!ADP.IsCatchableExceptionType(ex)))
System\Data\xmlsaver.cs (1)
2248catch (Exception ex) when (ADP.IsCatchableExceptionType(ex))
System\Xml\XmlDataDocument.cs (4)
903catch (Exception e) when (Data.Common.ADP.IsCatchableExceptionType(e)) 1439catch (Exception e) when (Data.Common.ADP.IsCatchableExceptionType(e)) 1699catch (Exception e) when (Data.Common.ADP.IsCatchableExceptionType(e)) 2396catch (Exception e) when (Data.Common.ADP.IsCatchableExceptionType(e))