API:System.SysUtils.EMonitorLockException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EMonitorSystem.SysUtils.ExceptionSystem.TObjectEMonitorLockException

Delphi

EMonitorLockException = class(EMonitor);

C++

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