ParserState.Status Enum
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.
Contains values that are used to specify the parser status.
public: enum class ParserState::Status
public enum ParserState.Status
type ParserState.Status =
Public Enum ParserState.Status
- Inheritance
-
ParserState.Status
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Indicates that the parse was successful. |
Abort | 1 | Indicates that the parse was stopped. |
Error | 2 | Indicates that an error occurred. |