13 references to SpatialExceptions
System.Data.Entity (13)
System\Data\Spatial\DbGeography.cs (1)
58
throw
SpatialExceptions
.WellKnownValueSerializationPropertyNotDirectlySettable();
System\Data\Spatial\DbGeometry.cs (1)
58
throw
SpatialExceptions
.WellKnownValueSerializationPropertyNotDirectlySettable();
System\Data\Spatial\DefaultSpatialServices.cs (3)
63
throw
SpatialExceptions
.ProviderValueNotCompatibleWithSpatialServices();
79
throw
SpatialExceptions
.GeographyValueNotCompatibleWithSpatialServices("geographyValue");
93
throw
SpatialExceptions
.GeometryValueNotCompatibleWithSpatialServices("geometryValue");
System\Data\Spatial\ExtensionMethods.cs (1)
20
throw
SpatialExceptions
.ArgumentNull(argumentName);
System\Data\SqlClient\SqlSpatialServices.cs (7)
105
throw
SpatialExceptions
.WellKnownGeographyValueNotValid("wellKnownValue");
150
throw
SpatialExceptions
.SqlSpatialServices_ProviderValueNotSqlType(expectedSpatialType);
162
() =>
SpatialExceptions
.CouldNotCreateWellKnownGeographyValueNoSrid("geographyValue"),
163
() =>
SpatialExceptions
.CouldNotCreateWellKnownGeographyValueNoWkbOrWkt("geographyValue"),
184
throw
SpatialExceptions
.WellKnownGeometryValueNotValid("wellKnownValue");
203
() =>
SpatialExceptions
.CouldNotCreateWellKnownGeometryValueNoSrid("geometryValue"),
204
() =>
SpatialExceptions
.CouldNotCreateWellKnownGeometryValueNoWkbOrWkt("geometryValue"),