Share via


WebSiteOperationStatusResponse.Error Class

 

Information about an error that occurred during the operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error

Syntax

public class Error
public ref class Error 
type Error = class end
Public Class Error

Constructors

Name Description
System_CAPS_pubmethod WebSiteOperationStatusResponse.Error()

Initializes a new instance of the Error class.

Properties

Name Description
System_CAPS_pubproperty Code

Optional. The error code.

System_CAPS_pubproperty ExtendedCode

Optional. The extended error code.

System_CAPS_pubproperty InnerErrors

Optional. The inner errors for this operation.

System_CAPS_pubproperty Message

Optional. The error message.

System_CAPS_pubproperty MessageTemplate

Optional. The message template.

System_CAPS_pubproperty Parameters

Optional. The parameters for the message template.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top