IParserStateErrors Property |
Gets errors occurred during parsing.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxIList<ParsingError> Errors { get; }
property IList<ParsingError^>^ Errors {
IList<ParsingError^>^ get ();
}
Property Value
Type:
IListParsingError
See Also