9 references to IsCatchableOrSecurityExceptionType
System.Data.Common (9)
System\Data\ConstraintCollection.cs (1)
451
catch (Exception e) when (Common.ADP.
IsCatchableOrSecurityExceptionType
(e))
System\Data\DataColumnCollection.cs (2)
363
catch (Exception e) when (ADP.
IsCatchableOrSecurityExceptionType
(e))
608
catch (Exception e) when (ADP.
IsCatchableOrSecurityExceptionType
(e))
System\Data\DataRow.cs (2)
336
catch (Exception e1) when (Common.ADP.
IsCatchableOrSecurityExceptionType
(e1))
508
catch (Exception e1) when (Common.ADP.
IsCatchableOrSecurityExceptionType
(e1))
System\Data\DataTable.cs (1)
3414
catch (Exception e) when (ADP.
IsCatchableOrSecurityExceptionType
(e))
System\Data\ProviderBase\SchemaMapping.cs (2)
751
catch (Exception e) when (ADP.
IsCatchableOrSecurityExceptionType
(e))
1129
catch (Exception e) when (ADP.
IsCatchableOrSecurityExceptionType
(e))
System\Data\RecordManager.cs (1)
249
catch (Exception e) when (Common.ADP.
IsCatchableOrSecurityExceptionType
(e))