Datasnap.DSHTTPClient.EHTTPProtocolException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEHTTPProtocolException

Delphi

EHTTPProtocolException = class(Exception)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient Datasnap.DSHTTPClient

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