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