ProviderIncompatibleException Class

Definition

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
ProviderIncompatibleException
Attributes

Constructors

ProviderIncompatibleException()

Initializes a new instance of ProviderIncompatibleException.

ProviderIncompatibleException(String)

Initializes a new instance of ProviderIncompatibleException with a specialized error message.

ProviderIncompatibleException(String, Exception)

Initializes a new instance of ProviderIncompatibleException that uses a specified error message.

Applies to