2 references to UpdateException
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (1)
1642
return new
UpdateException
(message, innerException, ProcessStateEntries(stateEntries));
System\Data\OptimisticConcurrencyException.cs (1)
58
:
base
(message, innerException, stateEntries)