1 instantiation of DBConcurrencyException
System.Data.Common (1)
System\Data\Common\AdapterUtil.Common.cs (1)
598DBConcurrencyException exception = new DBConcurrencyException(SR.Format(resource, affected.ToString(CultureInfo.InvariantCulture), expected.ToString(CultureInfo.InvariantCulture)), null, dataRows);
3 references to DBConcurrencyException
netstandard (1)
netstandard.cs (1)
522[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DBConcurrencyException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
91[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DBConcurrencyException))]
System.Data.Common (1)
System\Data\Common\AdapterUtil.Common.cs (1)
598DBConcurrencyException exception = new DBConcurrencyException(SR.Format(resource, affected.ToString(CultureInfo.InvariantCulture), expected.ToString(CultureInfo.InvariantCulture)), null, dataRows);