PSParseError 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.
This is a class that represents a syntax error from parsing.
public ref class PSParseError sealed
public sealed class PSParseError
type PSParseError = class
Public NotInheritable Class PSParseError
- Inheritance
-
PSParseError
Properties
Message |
Error message. |
Token |
The token that indicates the error location. |