API:System.SysUtils.ENoMonitorSupportException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EMonitorSystem.SysUtils.ExceptionSystem.TObjectENoMonitorSupportException

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

EMonitor is the base exception class for all monitor related exceptions.

System.SysUtils.ENoMonitorSupportException inherits from System.SysUtils.EMonitor. All content below this line refers to System.SysUtils.EMonitor.

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.

See Also