HttpRequestException Constructor (String, Exception)
Initializes a new instance of the HttpRequestException class with a specific message that describes the current exception and an inner exception.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Parameters
- message
- Type: System::String
A message that describes the current exception.
- inner
- Type: System::Exception
The inner exception.
Show: