REST.Client.TRESTClient.RaiseExceptionOn500

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

Delphi

property RaiseExceptionOn500: Boolean read FRaiseExceptionOn500 write FRaiseExceptionOn500 default 1;

C++

__property RaiseExceptionOn500 = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

説明

これが True であれば、500 番のプロトコル例外が発生した場合、例外が発生します。

REST.Client.TRESTClient.RaiseExceptionOn500 は REST.Client.TCustomRESTClient.RaiseExceptionOn500 を継承しています。以下の内容はすべて REST.Client.TCustomRESTClient.RaiseExceptionOn500 を参照しています。


これが True であれば、500 番のプロトコル例外が発生した場合、例外が発生します。

このプロパティのデフォルト値は True です。

関連項目