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