System.SyncObjs.ESyncObjectException

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectESyncObjectException

Delphi

ESyncObjectException = class(Exception);

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

説明

ロック メカニズム例外です。

ESyncObjectException 例外は、リソースのロックの解除に失敗した場合に発生します。

関連項目