System.Net.WebException Members

The members of System.Net.WebException are listed below.

See Also: Inherited members from System.InvalidOperationException

Public Constructors

Initializes a new instance of the System.Net.WebException class.

Initializes a new instance of the System.Net.WebException class with the specified error message.

Initializes a new instance of the System.Net.WebException class with the specified error message and nested exception.

Initializes a new instance of the System.Net.WebException class with the specified error message and status.

Initializes a new instance of the System.Net.WebException class with the specified error message, nested exception, status, and response.

Protected Constructors

Public Properties

[read-only]
ResponseWebResponse.

Gets the response that the remote host returned.

[read-only]
StatusWebExceptionStatus.

Gets the status of the response.

Public Methods

Explicitly Implemented Interface Members