WebException Constructor
.NET Framework (current version)
Initializes a new instance of the WebException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | WebException() | Initializes a new instance of the WebException class. |
![]() | WebException(SerializationInfo^, StreamingContext) | Initializes a new instance of the WebException class from the specified SerializationInfo and StreamingContext instances. |
![]() | WebException(String^) | Initializes a new instance of the WebException class with the specified error message. |
![]() | WebException(String^, Exception^) | Initializes a new instance of the WebException class with the specified error message and nested exception. |
![]() | WebException(String^, Exception^, WebExceptionStatus, WebResponse^) | Initializes a new instance of the WebException class with the specified error message, nested exception, status, and response. |
![]() | WebException(String^, WebExceptionStatus) | Initializes a new instance of the WebException class with the specified error message and status. |
Show:

