API:System.SysUtils.ENoMonitorSupportException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EMonitorSystem.SysUtils.ExceptionSystem.TObjectENoMonitorSupportException

Delphi

ENoMonitorSupportException = class(EMonitor);

C++

class PASCALIMPLEMENTATION ENoMonitorSupportException : 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.ENoMonitorSupportException 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 .

Siehe auch