3 instantiations of ChangeConflictException
System.Data.Linq (3)
ChangeProcessor.cs (1)
361return new ChangeConflictException(msg);
DataContext.cs (2)
857throw new ChangeConflictException(); 877throw new ChangeConflictException();
2 references to ChangeConflictException
System.Data.Linq (2)
ChangeProcessor.cs (2)
108catch (ChangeConflictException) { 356static private ChangeConflictException CreateChangeConflictException(int totalUpdatesAttempted, int failedUpdates) {