System.SysUtils.EMonitor

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEMonitor

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.

See Also