API:System.Net.HttpClient.ENetHTTPResponseException

From RAD Studio API Documentation
Jump to: navigation, search

System.Net.URLClient.ENetURIResponseExceptionSystem.Net.URLClient.ENetExceptionSystem.SysUtils.ExceptionSystem.TObjectENetHTTPResponseException

Delphi

ENetHTTPResponseException = class(ENetURIResponseException);

C++

class PASCALIMPLEMENTATION ENetHTTPResponseException : public System::Net::Urlclient::ENetURIResponseException

Properties

Type Visibility Source Unit Parent
class public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

Description

Exception class for IURLResponse related exceptions.

System.Net.HttpClient.ENetHTTPResponseException inherits from System.Net.URLClient.ENetURIResponseException. All content below this line refers to System.Net.URLClient.ENetURIResponseException.

Exception class for IURLResponse related exceptions.

See Also