ProviderIncompatibleException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown when the store provider exhibits a behavior incompatible with the entity client provider
[System.Serializable]
public sealed class ProviderIncompatibleException : System.Data.Entity.Core.EntityException
type ProviderIncompatibleException = class
inherit EntityException
Public NotInheritable Class ProviderIncompatibleException
Inherits EntityException
- Inheritance
- Attributes
Constructors
ProviderIncompatibleException() |
Initializes a new instance of ProviderIncompatibleException. |
ProviderIncompatibleException(String, Exception) |
Initializes a new instance of ProviderIncompatibleException that uses a specified error message. |
ProviderIncompatibleException(String) |
Initializes a new instance of ProviderIncompatibleException with a specialized error message. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework