Error Members
Information about an error that occurred during the operation.
The following tables list the members exposed by the Error type.
Public Constructors
Name | Description | |
---|---|---|
Error | Initializes a new instance of the Error class. |
Top
Public 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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Error Class
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse Namespace