The members of System.Net.WebException are listed below.
See Also: Inherited members from System.InvalidOperationException
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. |
Initializes a new instance of the System.Net.WebException class from the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext instances. |
[read-only] | Response | WebResponse.
Gets the response that the remote host returned. |
[read-only] | Status | WebExceptionStatus.
Gets the status of the response. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
Serializes this instance into the specified System.Runtime.Serialization.SerializationInfo object. |