Share via


ConcurrentModificationException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the class by using various options.

Overload List

  Name Description
Public method ConcurrentModificationException() Initializes a new instance of the class.
Public method ConcurrentModificationException(String) Initializes a new instance of the class with a specified error message.
Protected method ConcurrentModificationException(SerializationInfo, StreamingContext) Initializes a new instance of the class with serialized data.
Public method 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.
Public method ConcurrentModificationException(UInt32, Type) Initializes a new instance of the class with a specified identifier and type of metadata object that caused the exception.
Public method 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.
Public method 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

ConcurrentModificationException Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace