EdmParseException(IEnumerable<EdmError>) Constructor
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.
Initializes a new instance of the EdmParseException class.
public EdmParseException (System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Validation.EdmError> parseErrors);
new Microsoft.OData.Edm.Csdl.EdmParseException : seq<Microsoft.OData.Edm.Validation.EdmError> -> Microsoft.OData.Edm.Csdl.EdmParseException
Public Sub New (parseErrors As IEnumerable(Of EdmError))
Parameters
- parseErrors
- IEnumerable<EdmError>
The errors encountered while parsing.