ProviderIncompatibleException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 예외는 저장소 공급자가 엔터티 클라이언트 공급자와 호환되지 않는 동작을 나타낼 때 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(String) |
특수화된 오류 메시지를 사용하여 ProviderIncompatibleException의 새 인스턴스를 초기화합니다. |
| ProviderIncompatibleException(String, Exception) |
지정된 오류 메시지를 사용하는 ProviderIncompatibleException의 새 인스턴스를 초기화합니다. |