1 type derived from UpdateException
System.Data.Entity (1)
System\Data\OptimisticConcurrencyException.cs (1)
22
public sealed class OptimisticConcurrencyException :
UpdateException
1 instantiation of UpdateException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
1642
return new
UpdateException
(message, innerException, ProcessStateEntries(stateEntries));
7 references to UpdateException
System.Data.Entity (7)
System\Data\Common\EntityUtil.cs (5)
1637
static internal
UpdateException
Update(string message, Exception innerException, params IEntityStateEntry[] stateEntries) {
1640
static internal
UpdateException
Update(string message, Exception innerException, IEnumerable<IEntityStateEntry> stateEntries)
1649
static internal
UpdateException
UpdateRelationshipCardinalityConstraintViolation(string relationshipSetName,
1669
static internal
UpdateException
UpdateEntityMissingConstraintViolation(string relationshipSetName, string endName, IEntityStateEntry stateEntry) {
1683
static internal
UpdateException
UpdateMissingEntity(string relationshipSetName, string entitySetName) {
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
759
private
UpdateException
DependencyOrderingError(IEnumerable<UpdateCommand> remainder)
828
return !(e is
UpdateException
) && !(e is ProviderIncompatibleException);