CloudException::ParseXmlError Method (String^)

 

Parse the response content as an XML error message.

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

public:
static CloudError^ ParseXmlError(
	String^ content
)

Parameters

content
Type: System::String^

The response content.

Return Value

Type: Microsoft.WindowsAzure::CloudError^

An object containing the parsed error code and message.

Return to top
Show: