CloudException.Request Property

 

Gets information about the associated HTTP request.

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

Syntax

public CloudHttpRequestErrorInfo Request { get; protected set; }
public:
property CloudHttpRequestErrorInfo^ Request {
    CloudHttpRequestErrorInfo^ get();
    protected: void set(CloudHttpRequestErrorInfo^ value);
}
member Request : CloudHttpRequestErrorInfo with get, set
Public Property Request As CloudHttpRequestErrorInfo
    Get
    Protected Set
End Property

Property Value

Type: Microsoft.WindowsAzure.Common.CloudHttpRequestErrorInfo

The information about the associated HTTP request.

See Also

CloudException Class
Microsoft.WindowsAzure Namespace

Return to top