SPUpdatedConcurrencyException Class
Represents an exception in Microsoft SharePoint Foundation that occurs when running code on multiple front-end Web servers that modifies the same object, or when the servers use a mix of object model code, from different versions of the product that is now called Microsoft SharePoint Foundation, that modifies the same object.
System.Object
System.Exception
Microsoft.SharePoint.Administration.SPDatabaseException
Microsoft.SharePoint.Administration.SPConcurrencyException
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException
System.Exception
Microsoft.SharePoint.Administration.SPDatabaseException
Microsoft.SharePoint.Administration.SPConcurrencyException
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
The SPUpdatedConcurrencyException can occur, for example, when the configuration database is updated by different users, in which case you might need to determine if the changes conflict, then resolve any differences, and reapply the second change. This exception might also indicate a programming error that is caused by obtaining two copies of the same object in a single thread.