Class ParsingException
Indicates that one or more model errors were discovered during DTDL parsing.
Implements
Inherited Members
Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public class ParsingException : Exception, ISerializable
Properties
| Edit this page View SourceErrors
Gets a list of the errors that were discovered during DTDL parsing.
Declaration
public IList<ParsingError> Errors { get; }
Property Value
Type | Description |
---|---|
IList<ParsingError> | A list of ParsingError. |
Methods
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |