CloudException::Request Property
Gets information about the associated HTTP request.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: property CloudHttpRequestErrorInfo^ Request { CloudHttpRequestErrorInfo^ get(); protected: void set(CloudHttpRequestErrorInfo^ value); }
Property Value
Type: Microsoft.WindowsAzure.Common::CloudHttpRequestErrorInfo^The information about the associated HTTP request.
Show: