REST.Client.TCustomRESTClient.RaiseExceptionOn500
Delphi
property RaiseExceptionOn500: Boolean read FRaiseExceptionOn500 write FRaiseExceptionOn500 default True;
C++
__property bool RaiseExceptionOn500 = {read=FRaiseExceptionOn500, write=FRaiseExceptionOn500, default=1};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp | REST.Client | TCustomRESTClient | 
Description
Si cette propriété est définie sur True, une exception est déclenchée si une exception de protocole 500 se produit.
La valeur par défaut de cette propriété est True.