다음을 통해 공유


EntityCommandCompilationException 클래스

정의

CommandCompilation을 준비하거나 실행하는 동안 실패를 나타냅니다. 이 예외는 EntityCommand를 사용하여 문을 실행할 때 사용자가 공급자 예외(SqlException, OracleException)를 catch할 수 있는 일반적인 예외를 제공하기 위한 것입니다.

[System.Serializable]
public sealed class EntityCommandCompilationException : System.Data.Entity.Core.EntityException
type EntityCommandCompilationException = class
    inherit EntityException
Public NotInheritable Class EntityCommandCompilationException
Inherits EntityException
상속
EntityCommandCompilationException
특성

생성자

EntityCommandCompilationException()

EntityCommandCompilationException의 새 인스턴스를 초기화합니다.

EntityCommandCompilationException(String, Exception)

EntityCommandCompilationException의 새 인스턴스를 초기화합니다.

EntityCommandCompilationException(String)

EntityCommandCompilationException의 새 인스턴스를 초기화합니다.

적용 대상