Show / Hide Table of Contents

Class ParsingException

Indicates that one or more model errors were discovered during DTDL parsing.

Inheritance
object
Exception
ParsingException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public class ParsingException : Exception, ISerializable

Properties

| Edit this page View Source

Errors

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 Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
Exception.ToString()

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX