System.SyncObjs.ESyncObjectException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectESyncObjectException

Delphi

ESyncObjectException = class(Exception);

C++

class PASCALIMPLEMENTATION ESyncObjectException : public System::Sysutils::Exception

Eigenschaften

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

Beschreibung

Exception für den Sperrmechanismus.

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

Siehe auch