System.SysUtils.ENoMonitorSupportException
Delphi
ENoMonitorSupportException = class(EMonitor);
C++
class PASCALIMPLEMENTATION ENoMonitorSupportException : public EMonitor
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
ENoMonitorSupportException is the exception raised when the monitor functionality is not available.
ENoMonitorSupportException is raised whenever a thread tries to perform an operation that involves monitors, but in which the monitor support is not initialized. There are only a few cases when ENoMonitorSupportException is raised, so, normally, an application should not try to catch these exceptions.