다음을 통해 공유


EdmParseException 클래스

정의

EDM 문서를 구문 분석하지 못했음을 나타내는 예외 유형입니다. 오류 집합을 함께 전달합니다.

public class EdmParseException : Exception
type EdmParseException = class
    inherit Exception
Public Class EdmParseException
Inherits Exception
상속
EdmParseException

생성자

EdmParseException(IEnumerable<EdmError>)

EdmParseException 클래스의 새 인스턴스를 초기화합니다.

속성

Errors

구문 분석 중에 발생한 오류 집합을 가져옵니다.

적용 대상