Windows apps
Collapse the table of content
Expand the table of content

HttpRequestException Constructor (String)

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

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

public:
HttpRequestException(
	String^ message
)

Parameters

message
Type: System::String
A message that describes the current exception.
Show:
© 2017 Microsoft