Share via


ConcurrentModificationException Members

Include Protected Members
Include Inherited Members

The Business Data Catalog administration object model uses an optimistic concurrency model. Each object has a version associated with it in memory. When it is written to disk via an Update, the version number in memory is compared with the version on disk, and is incremented if they are the same. The update is failed by throwing this Exception if they differ; the user must .Read() the object from disk, discarding the current in memory changes and then retry the update.

The ConcurrentModificationException type exposes the following members.

Constructors

  Name Description
Public method ConcurrentModificationException()
Public method ConcurrentModificationException(String)
Protected method ConcurrentModificationException(SerializationInfo, StreamingContext)
Public method ConcurrentModificationException(String, Exception)
Public method ConcurrentModificationException(UInt32, Type)
Public method ConcurrentModificationException(String, UInt32, Type)
Public method ConcurrentModificationException(String, Exception, UInt32, Type)

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HasExplicitMessage (Inherited from MetadataException.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Overrides MetadataException.Message.)
Public property MetadataObjectId
Public property MetadataObjectType Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method Initialize
Protected method LogEvent Logs the event in the server event log. (Inherited from MetadataException.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Overrides MetadataException.ToString().)

Top

See Also

Reference

ConcurrentModificationException Class

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace