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

Exception für den Sperrmechanismus.

System.SyncObjs.ELockRecursionException 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