1 type derived from ConstraintException
System.Data.Entity (1)
System\Data\PropertyConstraintException.cs (1)
27public sealed class PropertyConstraintException : ConstraintException
2 instantiations of ConstraintException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
340ConstraintException e = new ConstraintException(error);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
297return new ConstraintException(message);
16 references to ConstraintException
System.Data (5)
fx\src\data\System\Data\Common\DataAdapter.cs (1)
515catch(ConstraintException) {
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
215catch (System.Data.ConstraintException)
fx\src\data\System\Data\DataException.cs (2)
339static private ConstraintException _Constraint(string error) { 340ConstraintException e = new ConstraintException(error);
fx\src\data\System\Data\Merger.cs (1)
163catch(ConstraintException) {
System.Data.Entity (10)
System\Data\Common\EntityUtil.cs (1)
295static internal ConstraintException Constraint(string message)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
55/// <exception cref="System.Data.ConstraintException">
System\Data\Objects\DataClasses\StructuralObject.cs (8)
298/// <exception cref="System.Data.ConstraintException"> 326/// <exception cref="System.Data.ConstraintException"> 1442/// <exception cref="System.Data.ConstraintException"> 1467/// <exception cref="System.Data.ConstraintException"> 1487/// <exception cref="System.Data.ConstraintException"> 1512/// <exception cref="System.Data.ConstraintException"> 1532/// <exception cref="System.Data.ConstraintException"> 1557/// <exception cref="System.Data.ConstraintException">
System.Web (1)
UI\TraceContext.cs (1)
354catch (ConstraintException) {