3 references to ProviderIncompatibleException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
488return new ProviderIncompatibleException(error);
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\EDesignUtil.cs (1)
157return new ProviderIncompatibleException(message);
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
66ProviderIncompatibleException e = new ProviderIncompatibleException(error);