Java.Net.HttpRetryException Members

The members of Java.Net.HttpRetryException are listed below.

See Also: Inherited members from Java.IO.IOException

Public Constructors

Creates a new HttpRetryException instance with the specified response code and the given detail message.
Creates a new HttpRetryException instance with the specified response code, the given detail message and the value of the location field from the response header.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Locationstring. Gets the location value.
[read-only]
Reasonstring. Gets the detail message.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ResponseCode() : HttpStatus
Gets the response code.