System.SyncObjs.ESyncObjectException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectESyncObjectException

Delphi

ESyncObjectException = class(Exception);

C++

class PASCALIMPLEMENTATION ESyncObjectException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Description

Locking mechanism exception.

The ESyncObjectException exception is raised whenever releasing a lock on a resource fails.

See Also