HttpRequestException Constructor

.NET Framework (current version)
 

Initializes a new instance of the HttpRequestException class.

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

NameDescription
System_CAPS_pubmethodHttpRequestException()

Initializes a new instance of the HttpRequestException class.

System_CAPS_pubmethodHttpRequestException(String^)

Initializes a new instance of the HttpRequestException class with a specific message that describes the current exception.

System_CAPS_pubmethodHttpRequestException(String^, Exception^)

Initializes a new instance of the HttpRequestException class with a specific message that describes the current exception and an inner exception.

Return to top
Show: