Click or drag to resize

UpdateException Class

The UpdateException is thrown by methods that update the database. The exception is normally thrown either because a supplied id was not found in the database, or because the database has been updated by other means between the loading and saving of data.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      Omada.OE.ModelUpdateException
        Omada.OE.ModelAuthSourcePolicyViolationException
        Omada.OE.ModelImmutabilityException
        Omada.OE.ModelRequiresValueException
        Omada.OE.ModelUniquenessException

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class UpdateException : ApplicationException

The UpdateException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCause
Cause of the exception.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also