CloudException.Response Property
Gets information about the associated HTTP response.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public CloudHttpResponseErrorInfo Response { get; protected set; }
public:
property CloudHttpResponseErrorInfo^ Response {
CloudHttpResponseErrorInfo^ get();
protected: void set(CloudHttpResponseErrorInfo^ value);
}
member Response : CloudHttpResponseErrorInfo with get, set
Public Property Response As CloudHttpResponseErrorInfo
Get
Protected Set
End Property
Property Value
Type: Microsoft.WindowsAzure.Common.CloudHttpResponseErrorInfo
The information about the associated HTTP response.
See Also
CloudException Class
Microsoft.WindowsAzure Namespace
Return to top