API: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

Exception für den Sperrmechanismus.

System.SyncObjs.ELockException erbt von System.SyncObjs.ESyncObjectException. Der folgende Inhalt bezieht sich auf System.SyncObjs.ESyncObjectException.

Exception für den Sperrmechanismus.

Die Exception ESyncObjectException wird ausgelöst, wenn das Aufheben einer Sperrung für eine Ressource fehlschlägt.

Siehe auch