ParserStateErrors Property |
Gets a list of parsing errors.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<ParsingError> Errors { get; }
public:
virtual property IList<ParsingError^>^ Errors {
IList<ParsingError^>^ get () sealed;
}
Property Value
Type:
IListParsingError
Parsing errors.
Implements
IParserStateErrors
See Also