Share via


WebException Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the WebException class.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Sub New
public WebException()
public:
WebException()
new : unit -> WebException
public function WebException()

Remarks

The default constructor initializes a new instance of the WebException class. The Message property is initialized to a system-supplied message that describes the error. This message takes into account the current system culture. The InnerException and Response properties are initialized to null Nothing nullptr unit a null reference (Nothing in Visual Basic) . The Status property is initialized to RequestCanceled.

.NET Framework Security

See Also

Reference

WebException Class

WebException Overload

System.Net Namespace