ProviderIncompatibleException Class
The exception that is thrown when the store provider exhibits a behavior incompatible with the entity client provider.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Core.ProviderIncompatibleException
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Core.ProviderIncompatibleException
Name | Description | |
---|---|---|
![]() | ProviderIncompatibleException() | Initializes a new instance of the ProviderIncompatibleException class. |
![]() | ProviderIncompatibleException(String) | Initializes a new instance of the ProviderIncompatibleException class with the specified error message. |
![]() | ProviderIncompatibleException(String, Exception) | Initializes a new instance of the ProviderIncompatibleException class with the specified error message and inner exception. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.