System.SysUtils.EMonitor

Delphi
EMonitor = class(Exception);
C++
class PASCALIMPLEMENTATION EMonitor : public Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
EMonitor is the base exception class for all monitor related exceptions.
Do not raise EMonitor directly. Rather use it to catch all exceptions that relate to monitor support.