: 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 | |
---|---|---|
ConcurrentModificationException | Sobrecargado. |
Arriba
Constructores protegidos
Nombre | Descripción | |
---|---|---|
ConcurrentModificationException | Sobrecargado. |
Arriba
Propiedades públicas
(vea también Propiedades protegidas )
Nombre | Descripción | |
---|---|---|
Data | (heredado/a de Exception) | |
HasExplicitMessage | (heredado/a de MetadataException) | |
HelpLink | (heredado/a de Exception) | |
InnerException | (heredado/a de Exception) | |
Message | Sobrescrito. | |
MetadataObjectId | ||
MetadataObjectType | Gets or sets the type of the metadata object that caused the exception.(heredado/a de MetadataException) | |
Source | (heredado/a de Exception) | |
StackTrace | (heredado/a de Exception) | |
TargetSite | (heredado/a de Exception) |
Arriba
Propiedades protegidas
Nombre | Descripción | |
---|---|---|
HResult | (heredado/a de Exception) |
Arriba
Métodos públicos
(vea también Métodos protegidos )
Nombre | Descripción | |
---|---|---|
Equals | Sobrecargado. (heredado/a de Object) | |
GetBaseException | (heredado/a de Exception) | |
GetHashCode | (heredado/a de Object) | |
GetObjectData | Sobrescrito. | |
GetType | (heredado/a de Exception) | |
ReferenceEquals | (heredado/a de Object) | |
ToString | Sobrescrito. |
Arriba
Métodos protegidos
Nombre | Descripción | |
---|---|---|
Finalize | (heredado/a de Object) | |
Initialize | ||
LogEvent | Logs the event in the server event log.(heredado/a de MetadataException) | |
MemberwiseClone | (heredado/a de Object) |
Arriba
Vea también
Referencia
ConcurrentModificationException (Clase)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)