I get the blue squigel of death on Index - variable index hides a variable in an enclosing block

For Each index As Integer in lstPortfolio.SelectedIndicies
'use the index variable here
Next

Any suggestions?