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
WebSiteOperationStatusResponse.Error()

Initializes a new instance of the Error class.

Properties

Name Description
Code

Optional. The error code.

ExtendedCode

Optional. The extended error code.

InnerErrors

Optional. The inner errors for this operation.

Message

Optional. The error message.

MessageTemplate

Optional. The message template.

Parameters

Optional. The parameters for the message template.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

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