Share via


: ConcurrentModificationException (Miembros) (Microsoft.Office.Server.ApplicationRegistry.Administration)

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.

En las siguientes tablas se enumeran los miembros expuestos por el tipo ConcurrentModificationException .

Constructores públicos

(vea también Constructores protegidos )

  Nombre Descripción
Método público ConcurrentModificationException Sobrecargado.  

Arriba

Constructores protegidos

  Nombre Descripción
Método protegido ConcurrentModificationException Sobrecargado.  

Arriba

Propiedades públicas

(vea también Propiedades protegidas )

  Nombre Descripción
Propiedad pública Data  (heredado/a de Exception)
Propiedad pública HasExplicitMessage  (heredado/a de MetadataException)
Propiedad pública HelpLink  (heredado/a de Exception)
Propiedad pública InnerException  (heredado/a de Exception)
Propiedad pública Message Sobrescrito.  
Propiedad pública MetadataObjectId  
Propiedad pública MetadataObjectType  Gets or sets the type of the metadata object that caused the exception.(heredado/a de MetadataException)
Propiedad pública Source  (heredado/a de Exception)
Propiedad pública StackTrace  (heredado/a de Exception)
Propiedad pública TargetSite  (heredado/a de Exception)

Arriba

Propiedades protegidas

  Nombre Descripción
Propiedad protegida HResult  (heredado/a de Exception)

Arriba

Métodos públicos

(vea también Métodos protegidos )

  Nombre Descripción
Método público Equals  Sobrecargado. (heredado/a de Object)
Método público GetBaseException  (heredado/a de Exception)
Método público GetHashCode  (heredado/a de Object)
Método público GetObjectData Sobrescrito.  
Método público GetType  (heredado/a de Exception)
Método público Estático ReferenceEquals  (heredado/a de Object)
Método público ToString Sobrescrito.  

Arriba

Métodos protegidos

  Nombre Descripción
Método protegido Finalize  (heredado/a de Object)
Método protegido Initialize  
Método protegido LogEvent  Logs the event in the server event log.(heredado/a de MetadataException)
Método protegido MemberwiseClone  (heredado/a de Object)

Arriba

Vea también

Referencia

ConcurrentModificationException (Clase)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)