REST.Client.TRESTClient.RaiseExceptionOn500

From RAD Studio API Documentation

Delphi

property RaiseExceptionOn500: Boolean read FRaiseExceptionOn500 write FRaiseExceptionOn500 default 1;

C++

__property RaiseExceptionOn500 = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

When True, raises an exception if a 500 Protocol exception occurs. {{#multireplace:REST.Client.TRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTClient.RaiseExceptionOn500|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


When True, raises an exception if a 500 Protocol exception occurs.

The default value of this property is True.

See Also