CloudException::Response Property

 

Gets information about the associated HTTP response.

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

public:
property CloudHttpResponseErrorInfo^ Response {
	CloudHttpResponseErrorInfo^ get();
	protected: void set(CloudHttpResponseErrorInfo^ value);
}

Property Value

Type: Microsoft.WindowsAzure.Common::CloudHttpResponseErrorInfo^

The information about the associated HTTP response.

Return to top
Show: