ConcurrentModificationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class with various options.
Overload List
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
See Also
Reference
ConcurrentModificationException Class