WebSiteOperationStatusResponse::Error Class
Information about an error that occurred during the operation.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
System::Object
Microsoft.WindowsAzure.Management.WebSites.Models::WebSiteOperationStatusResponse::Error
Microsoft.WindowsAzure.Management.WebSites.Models::WebSiteOperationStatusResponse::Error
| Name | Description | |
|---|---|---|
![]() | WebSiteOperationStatusResponse::Error() | Initializes a new instance of the Error class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


