ConcurrentModificationException members
Represents an exception that is thrown when the Update method or Delete method is used while the object is concurrently altered.
The ConcurrentModificationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConcurrentModificationException() | Initializes a new instance of the class. | |
ConcurrentModificationException(String) | Initializes a new instance of the class with a specified error message. | |
ConcurrentModificationException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
ConcurrentModificationException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
ConcurrentModificationException(UInt32, Type) | Initializes a new instance of the class with a specified identifier and type of metadata object that caused the exception. | |
ConcurrentModificationException(String, UInt32, Type) | Initializes a new instance of the class with a specified error message, and the identifier and type of the metadata object that caused the exception. | |
ConcurrentModificationException(String, Exception, UInt32, Type) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, and the identifier and type of the metadata object that caused the exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has an explicit message. (Inherited from MetadataException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | Gets the exception message string. (Overrides MetadataException.Message.) | |
MetadataObjectId | Gets or sets the identifier of the metadata object that caused the exception. | |
MetadataObjectType | Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception. (Inherited from MetadataException.) | |
ServerStackTrace | Gets the server stack trace. (Inherited from MetadataException.) | |
StackTrace | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | Serializes the information about the metadata object that caused the exception. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
Initialize | Initializes the class with the metadata object identifier and type. | |
LogEvent | Logs the event. (Inherited from MetadataException.) | |
ToString | Converts the exception to a string. (Overrides MetadataException.ToString().) |
Top