System.ReleaseExceptionObject

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

Delphi

procedure ReleaseExceptionObject;

C++

extern DELPHI_PACKAGE void __fastcall ReleaseExceptionObject(void);

プロパティ

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

説明

AcquireExceptionObject によって取得される例外オブジェクトを解放します。

ReleaseExceptionObject プロシージャは,その前に AcquireExceptionObject で取得した例外オブジェクトを解放します。

関連項目