System.SysUtils.EMonitor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEMonitor

Delphi

EMonitor = class(Exception);

C++

class PASCALIMPLEMENTATION EMonitor : public Exception

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.

Rufen Sie EMonitor nicht direkt auf, sondern verwenden Sie die Klasse zum Abfangen aller Monitor-Exceptions .

Siehe auch