API:System.SysUtils.EMonitorLockException

Delphi
EMonitorLockException = class(EMonitor);
C++
class PASCALIMPLEMENTATION EMonitorLockException : public EMonitor
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| class | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Beschreibung
EMonitor ist die Basis-Exception-Klasse für alle Exceptions, die Monitore betreffen.
System.SysUtils.EMonitorLockException erbt von System.SysUtils.EMonitor. Der folgende Inhalt bezieht sich auf System.SysUtils.EMonitor.
EMonitor ist die Basis-Exception-Klasse für alle Exceptions, die Monitore betreffen.
Rufen Sie EMonitor nicht direkt auf, sondern verwenden Sie die Klasse zum Abfangen aller Monitor-Exceptions .