System.SyncObjs.ELockException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SyncObjs.ESyncObjectExceptionSystem.SysUtils.ExceptionSystem.TObjectELockException

Delphi

ELockException = class(ESyncObjectException);

C++

class PASCALIMPLEMENTATION ELockException : public ESyncObjectException

Eigenschaften

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

Beschreibung

ELockException ist eine Exception-Klasse für TSpinLock.

Die Exception ELockException wird ausgelöst, wenn ein Thread, der nicht Besitzer der Sperre ist, versucht, ein TSpinLock-Objekt zu beenden.

Siehe auch