SPConcurrencyException Class
Represents an exception that is thrown to prevent overwriting settings when changes made to administration on one computer within a server farm conflict with settings on another computer.
System.Object
System.Exception
Microsoft.SharePoint.Administration.SPDatabaseException
Microsoft.SharePoint.Administration.SPConcurrencyException
Microsoft.SharePoint.Administration.SPDeletedConcurrencyException
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException
System.Exception
Microsoft.SharePoint.Administration.SPDatabaseException
Microsoft.SharePoint.Administration.SPConcurrencyException
Microsoft.SharePoint.Administration.SPDeletedConcurrencyException
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
The SPConcurrencyException exception is typically raised when subclasses of the SPPersistedObject class are updated asynchronously. Configuration changes should occur as a direct result of an administrative action (i.e., in the same Web request, or in the same command line execution). Alternatively, it is up to the developer to provide synchronization of updates of the object across multiple processes and multiple machines.