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

ELockException is an exception class for TSpinLock.

ELockException is the exception raised during an attempt to exit a TSpinLock object by a thread that does not own the lock.

See Also