Y
yevron2
Hello,
When i am trying to remove the last item in a listview:
lstServers.Items.Remove(item);
i get the exception:
A first chance exception of type 'System.ArgumentOutOfRangeException'
occurred in system.windows.forms.dll
Additional information: Specified argument was out of the range of
valid values.
Does anyone know why that is?
Thanx,
Yael.
When i am trying to remove the last item in a listview:
lstServers.Items.Remove(item);
i get the exception:
A first chance exception of type 'System.ArgumentOutOfRangeException'
occurred in system.windows.forms.dll
Additional information: Specified argument was out of the range of
valid values.
Does anyone know why that is?
Thanx,
Yael.