CloudException::Response Property
Gets information about the associated HTTP response.
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.
Show: