PSErrorDefinition 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.
General error definition.
public class PSErrorDefinition
type PSErrorDefinition = class
Public Class PSErrorDefinition
- Inheritance
-
PSErrorDefinition
Constructors
| Name | Description |
|---|---|
| PSErrorDefinition(ErrorDefinition) |
Initializes a new instance of the PSErrorDefinition class. |
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
Gets the additional error information. |
| Code |
Gets the error code. |
| Details |
Gets the inner error details. |
| Message |
Gets the error message. |
| Target |
Gets the error target. |