DeploymentStacksDiagnostic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error additional info
public class DeploymentStacksDiagnostic
type DeploymentStacksDiagnostic = class
Public Class DeploymentStacksDiagnostic
- Inheritance
-
DeploymentStacksDiagnostic
Constructors
| Name | Description |
|---|---|
| DeploymentStacksDiagnostic() |
Initializes a new instance of the DeploymentStacksDiagnostic class. |
| DeploymentStacksDiagnostic(String, String, String, String, IList<ErrorAdditionalInfo>) |
Initializes a new instance of the DeploymentStacksDiagnostic class. |
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
Gets or sets additional error information. |
| Code |
Gets or sets the error code. |
| Level |
Gets or sets denotes the additional response level. Possible values include: 'info', 'warning', 'error' |
| Message |
Gets or sets the error message. |
| Target |
Gets or sets the error target. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |