Datasnap.DSHTTPClient.EHTTPProtocolException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEHTTPProtocolException
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: Datasnap.DSHTTPClient

Delphi

EHTTPProtocolException = class(Exception)

C++

class PASCALIMPLEMENTATION EHTTPProtocolException : public System::Sysutils::Exception

Description

HTTP error information exception.

EHTTPProtocolException raises an exception with HTTP error information if the HTTP response from the server is an error.

See Also