4 references to ConstraintException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
340ConstraintException e = new ConstraintException(error);
System.Data.Entity (3)
System\Data\Common\EntityUtil.cs (1)
297return new ConstraintException(message);
System\Data\PropertyConstraintException.cs (2)
44: base(message) 63: base(message)