API:System.SyncObjs.ELockRecursionException

From RAD Studio API Documentation
Jump to: navigation, search

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObjectELockRecursionException

Delphi

ELockRecursionException = class(ESyncObjectException);

C++

class PASCALIMPLEMENTATION ELockRecursionException : 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.ELockRecursionException 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