REST.Client.TRESTClient.RaiseExceptionOn500

Aus RAD Studio API Documentation

Delphi

property RaiseExceptionOn500: Boolean read FRaiseExceptionOn500 write FRaiseExceptionOn500 default 1;

C++

__property RaiseExceptionOn500 = {default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Beschreibung

Bei True wird eine Exception ausgelöst, wenn eine 500-Protokoll-Exception auftritt. {{#multireplace:REST.Client.TRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:REST.Client.TCustomRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:REST.Client.TCustomRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


Bei True wird eine Exception ausgelöst, wenn eine 500-Protokoll-Exception auftritt.

Der Standardwert für diese Eigenschaft ist True.

Siehe auch