API:System.SyncObjs.ELockException

From RAD Studio API Documentation
Jump to: navigation, search

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObjectELockException

Delphi

ELockException = class(ESyncObjectException);

C++

class PASCALIMPLEMENTATION ELockException : public ESyncObjectException

Properties

Type Visibility Source Unit Parent
class public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Description

Locking mechanism exception.

System.SyncObjs.ELockException inherits from System.SyncObjs.ESyncObjectException. All content below this line refers to System.SyncObjs.ESyncObjectException.

Locking mechanism exception.

The ESyncObjectException exception is raised whenever releasing a lock on a resource fails.

See Also