System.SyncObjs.ELockException
From RAD Studio API Documentation
Revision as of 17:24, 16 October 2011 by TestAccount (Talk | contribs)
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.