System.SyncObjs.ELockRecursionException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObjectELockRecursionException

Delphi

ELockRecursionException = class(ESyncObjectException);

C++

class PASCALIMPLEMENTATION ELockRecursionException : public ESyncObjectException

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Beschreibung

ELockRecursionException ist eine Exception-Klasse für TSpinLock.

Die Exception ELockRecursionException wird ausgelöst, wenn ein Thread versucht, erneut in eine Instanz von TSpinLock einzutreten. TSpinLock ist eine Sperre, in die nicht wieder eingetreten werden kann.

Siehe auch