Share via


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)

Syntax

public string ExtendedErrorCode { get; protected set; }
public:
property String^ ExtendedErrorCode {
    String^ get();
    protected: void set(String^ value);
}
member ExtendedErrorCode : string with get, set
Public Property ExtendedErrorCode As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

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

See Also

WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top