CloudException.Create Method

 

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(HttpRequestMessage, String, HttpResponseMessage, String, CloudExceptionType, Exception)

Obsolete.Create a CloudException from a failed response. This method is obsolete. Use Create without defaultTo parameter.

System_CAPS_pubmethodSystem_CAPS_static Create(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Create a CloudException from a failed response.

See Also

CloudException Class
Microsoft.WindowsAzure Namespace

Return to top