REST.Client.TRESTClient.RaiseExceptionOn500

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

REST.Client.TRESTClient.RaiseExceptionOn500 erbt von REST.Client.TCustomRESTClient.RaiseExceptionOn500. Der folgende Inhalt bezieht sich auf REST.Client.TCustomRESTClient.RaiseExceptionOn500.


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

Der Standardwert für diese Eigenschaft ist True.

Siehe auch