Unit
ScHttp
Description
HttpException arises, when errors occur in the TScHttpWebRequest.GetResponse method while accessing a resource.
The StatusCode property contains a TScHttpStatusCode value that indicates the source of the error.
The ServerMessage property holds the string message of the error returned by the HTTP server.
Use HttpException in exception-handling blocks.
See also