Share via


OptimisticLockException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the OptimisticLockException class.

Overload List

  Name Description
ms989419.pubmethod(en-US,CS.70).gif OptimisticLockException()()() Creates a new instance of the OptimisticLockException class.
ms989419.pubmethod(en-US,CS.70).gif OptimisticLockException(String) Creates a new instance of the OptimisticLockException class with the specified error message.
ms989419.protmethod(en-US,CS.70).gif OptimisticLockException(SerializationInfo, StreamingContext) Creates a new instance of the OptimisticLockException class with the specified serialization and streaming context information.
ms989419.pubmethod(en-US,CS.70).gif OptimisticLockException(String, Exception) Creates a new instance of the OptimisticLockException class with a specified error message and inner exception that is the cause of this exception.

Top

Remarks

OptimisticLockException is thrown when an attempt is made to save an entity and it is detected that the database record has been modified since the time the entity being edited was retrieved from the database. This is a safety mechanism used to prevent one author from inadvertently overwriting the changes of another author. For individual entity updates, this is determined by comparing the last modified date of the entity to the last modified date of the database record. For bulk updates (and resource table entities) this is determined by comparing the original DataSet values with those currently in the database.

See Also

Reference

OptimisticLockException Class

OptimisticLockException Members

Microsoft.CommerceServer Namespace