Thrown when an object tries to be locked - but it is already locked.

Namespace: DatabaseObjects.Exceptions
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class ObjectAlreadyLockedException : DatabaseObjectsException
Visual Basic
Public Class ObjectAlreadyLockedException _
	Inherits DatabaseObjectsException
Visual C++
public ref class ObjectAlreadyLockedException : public DatabaseObjectsException

Remarks

Originally the DatabaseObjectsLockController.Lock would throw a DatabaseObjectsException but now it throws a ObjectAlreadyLockedException.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      DatabaseObjects.Exceptions..::..DatabaseObjectsException
        DatabaseObjects.Exceptions..::..ObjectAlreadyLockedException

See Also