EdmParseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |