CloudHttpResponseErrorInfo.ReasonPhrase Property
Gets the reason that is associated with the status code.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string ReasonPhrase { get; protected set; }
public:
property String^ ReasonPhrase {
String^ get();
protected: void set(String^ value);
}
member ReasonPhrase : string with get, set
Public Property ReasonPhrase As String
Get
Protected Set
End Property
Property Value
Type: System.String
The reason that is associated with the status code.
See Also
CloudHttpResponseErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top