Retry for Modified Error using Goto
http://msdn.microsoft.com/en-us/library/cc303696.aspx
ReTry:
try
{
// Get the list and list item
SPList list = web.Lists["Counter"];
SPListItem item = list.Items[0];
// Get the value for the unique id
Submit a review:
Login required.