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