다음을 통해 공유


ProviderIncompatibleException 클래스

정의

이 예외는 저장소 공급자가 엔터티 클라이언트 공급자와 호환되지 않는 동작을 나타낼 때 throw됩니다.

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

생성자

ProviderIncompatibleException()

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

ProviderIncompatibleException(String)

특수화된 오류 메시지를 사용하여 ProviderIncompatibleException의 새 인스턴스를 초기화합니다.

ProviderIncompatibleException(String, Exception)

지정된 오류 메시지를 사용하는 ProviderIncompatibleException의 새 인스턴스를 초기화합니다.

적용 대상