System.SyncObjs.ELockException

From RAD Studio API Documentation
Revision as of 17:24, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObject
ELockException

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

Personal tools
Translations