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
PSErrorDefinition(ErrorDefinition) |
Initializes a new instance of the PSErrorDefinition class. |
Properties
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. |