System.NetEncoding.EHTTPException

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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