Web.HTTPApp.IWebAppServices180.GetExceptionHandler

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

Delphi

function GetExceptionHandler: TObject;

C++

virtual System::TObject* __fastcall GetExceptionHandler() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp IWebAppServices180


説明

Web Broker アプリケーション内で発生した例外を処理する、オブジェクトを返します。

GetExceptionHandler メソッドは、ExceptionHandler プロパティを読み取るための実装です。

関連項目