Click or drag to resize

UpdateExceptionCause Enumeration

Represents a reason why an UpdateException was thrown.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum UpdateExceptionCause
Members
  Member nameValueDescription
Unspecified0 Exception thrown for an unspecified reason.
ObjectAlreadyUpdated1 Update failed as the state, from which the object was updated, is no longer the current one. In plain english: someone else updated the object in between you loaded and saved the object.
See Also