HttpClientreadError Method A Sandcastle Documented Class Library
Read an error response from the given connection and throw a suitable {@link HttpClientException}. This method always throws an exception, it will never return normally.

Namespace: Ontotext.S4.client
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void readError(
	HttpWebResponse connection
)

Parameters

connection
Type: System.NetHttpWebResponse

[Missing <param name="connection"/> documentation for "M:Ontotext.S4.client.HttpClient.readError(System.Net.HttpWebResponse)"]

See Also

Reference