Share via


EdmParseException Class

Definition

Exception type representing a failure to parse an EDM document. Carries the set of errors along with it.

public class EdmParseException : Exception
type EdmParseException = class
    inherit Exception
Public Class EdmParseException
Inherits Exception
Inheritance
EdmParseException

Constructors

EdmParseException(IEnumerable<EdmError>)

Initializes a new instance of the EdmParseException class.

Properties

Errors

Gets the set of errors that were encountered while parsing.

Applies to