メインメニューを開く

RAD Studio API Documentation β

System.SyncObjs.ESyncObjectException

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 例外は、リソースのロックの解除に失敗した場合に発生します。

関連項目