ConcurrentModificationException Class
Represents an exception that is thrown when the Update method or Delete method is used while the object is concurrently altered.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.BusinessData.Administration.Client.MetadataException
Microsoft.SharePoint.BusinessData.Administration.Client.ConcurrentModificationException
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ConcurrentModificationException _
Inherits MetadataException
'Usage
Dim instance As ConcurrentModificationException
[SerializableAttribute]
public class ConcurrentModificationException : MetadataException
Remarks
The object that object is concurrently altered must be read from the database to refresh its values and the operation must be retried.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ConcurrentModificationException Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace