REST.Client.TCustomRESTClient.RaiseExceptionOn500

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RaiseExceptionOn500: Boolean read FRaiseExceptionOn500 write FRaiseExceptionOn500 default True;

C++

__property bool RaiseExceptionOn500 = {read=FRaiseExceptionOn500, write=FRaiseExceptionOn500, default=1};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

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

The default value of this property is True.

See Also