CloudException.ParseXmlOrJsonError Method (String)
Parse the response content as either an XML or JSON error message.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- content
-
Type:
System.String
The response content.
Return Value
Type: Microsoft.WindowsAzure.CloudErrorAn object containing the parsed error code and message.
Show: