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)

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

Public Class Error

NameDescription
System_CAPS_pubmethodWebSiteOperationStatusResponse.Error()

Initializes a new instance of the Error class.

NameDescription
System_CAPS_pubpropertyCode

Optional. The error code.

System_CAPS_pubpropertyExtendedCode

Optional. The extended error code.

System_CAPS_pubpropertyInnerErrors

Optional. The inner errors for this operation.

System_CAPS_pubpropertyMessage

Optional. The error message.

System_CAPS_pubpropertyMessageTemplate

Optional. The message template.

System_CAPS_pubpropertyParameters

Optional. The parameters for the message template.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: