System.NetEncoding.EHTTPException

From RAD Studio API Documentation

EHTTPExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

EHTTPException = class(Exception)

C++

class PASCALIMPLEMENTATION EHTTPException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.NetEncoding.pas
System.NetEncoding.hpp
System.NetEncoding System.NetEncoding

Description

Exception raised when TNetEncoding.Decode cannot decode the specified URL.

See Also