This documentation is archived and is not being maintained.
CloudException Methods
Namespace:
Microsoft.WindowsAzureAssembly:
Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description |
|---|
  | Create(HttpRequestMessage, String, HttpResponseMessage, String, CloudExceptionType, Exception) | Obsolete.Create a CloudException from a failed response. This method is obsolete. Use Create without defaultTo parameter. |
  | Create(HttpRequestMessage, String, HttpResponseMessage, String, Exception) | Create a CloudException from a failed response. |
  | CreateFromJson(HttpRequestMessage, String, HttpResponseMessage, String, Exception) | |
  | CreateFromXml(HttpRequestMessage, String, HttpResponseMessage, String, Exception) | Obsolete.Creates a CloudException from a failed response that was sent using XML. |
 | Equals(Object) | |
 | Finalize() | |
 | GetBaseException() | |
 | GetHashCode() | |
 | GetObjectData(SerializationInfo, StreamingContext) | |
 | GetType() | |
 | MemberwiseClone() | |
  | ParseJsonError(String) | Parse the response content as an JSON error message. |
  | ParseXmlError(String) | Parse the response content as an XML error message. |
  | ParseXmlOrJsonError(String) | Parse the response content as either an XML or JSON error message. |
 | ToString() | |
Return to top