WebSiteCloudException::ExtendedErrorCode Property

 

Gets an extended error code that is a numeric value unique to this error type.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property String^ ExtendedErrorCode {
	String^ get();
	protected: void set(String^ value);
}

Property Value

Type: System::String^

An extended error code that is a numeric value unique to this error type.

Return to top
Show: