5 instantiations of ProviderIncompatibleException
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (2)
488
return new
ProviderIncompatibleException
(error);
491
return new
ProviderIncompatibleException
(error, innerException);
System.Data.Entity.Design (3)
System\Data\Entity\Design\Common\EDesignUtil.cs (2)
157
return new
ProviderIncompatibleException
(message);
162
return new
ProviderIncompatibleException
(message, inner);
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
66
ProviderIncompatibleException e = new
ProviderIncompatibleException
(error);
18 references to ProviderIncompatibleException
System.Data.Entity (13)
System\Data\Common\DbProviderServices.cs (5)
64
catch (
ProviderIncompatibleException
)
144
catch (
ProviderIncompatibleException
)
172
catch (
ProviderIncompatibleException
)
200
catch (
ProviderIncompatibleException
)
226
catch (
ProviderIncompatibleException
)
System\Data\Common\EntityUtil.cs (5)
425
static internal
ProviderIncompatibleException
CannotCloneStoreProvider() {
487
static internal
ProviderIncompatibleException
ProviderIncompatible(string error) {
490
static internal
ProviderIncompatibleException
ProviderIncompatible(string error, Exception innerException) {
514
static internal
ProviderIncompatibleException
GeographyValueNotSqlCompatible()
519
static internal
ProviderIncompatibleException
GeometryValueNotSqlCompatible()
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
828
return !(e is UpdateException) && !(e is
ProviderIncompatibleException
);
System\Data\Metadata\StoreItemCollection.Loader.cs (2)
164
catch (
ProviderIncompatibleException
e)
205
private void AddProviderIncompatibleError(
ProviderIncompatibleException
provEx, Action<string, ErrorCode, EdmSchemaErrorSeverity> addError)
System.Data.Entity.Design (5)
System\Data\Entity\Design\Common\EDesignUtil.cs (2)
155
static internal
ProviderIncompatibleException
ProviderIncompatible(string message)
160
static internal
ProviderIncompatibleException
ProviderIncompatible(string message, Exception inner)
System\Data\Entity\Design\Common\MetadataUtil.cs (2)
64
static internal
ProviderIncompatibleException
ProviderIncompatible(string error)
66
ProviderIncompatibleException
e = new ProviderIncompatibleException(error);
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
394
catch (
ProviderIncompatibleException
)