Show: Delphi C++
Display Preferences

System.SyncObjs.ELockRecursionException

From XE2 API Documentation
Jump to: navigation, search

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObject
ELockRecursionException

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

ELockRecursionException is an exception class for TSpinLock.

ELockRecursionException is the exception raised during an attempt of a thread to reenter an instance of TSpinLock, which is a non-reentrant lock.

See Also

Personal tools
Previous Versions
Translations