| 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
Syntaxpublic enum UpdateExceptionCause
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
Exception thrown for an unspecified reason.
|
| ObjectAlreadyUpdated | 1 |
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