HttpRequestExceptionWithStatus Constructor (String^, Exception^)
Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception and an inner exception.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- message
-
Type:
System::String^
A message that describes the current exception.
- inner
-
Type:
System::Exception^
The inner exception.
Show: