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.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
HttpRequestExceptionWithStatus(
	String^ message,
	Exception^ inner
)

Parameters

message
Type: System::String^

A message that describes the current exception.

inner
Type: System::Exception^

The inner exception.

Return to top
Show: