ConcurrentModificationException Constructor (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.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception, _
metadataObjectId As UInteger, _
metadataObjectType As Type _
)
'Usage
Dim message As String
Dim inner As Exception
Dim metadataObjectId As UInteger
Dim metadataObjectType As Type
Dim instance As New ConcurrentModificationException(message, _
inner, metadataObjectId, metadataObjectType)
public ConcurrentModificationException(
string message,
Exception inner,
uint metadataObjectId,
Type metadataObjectType
)
Parameters
message
Type: System.StringThe error message that explains the exception.
inner
Type: System.ExceptionThe inner exception that caused the current exception, or a a null reference (Nothing in Visual Basic) reference if no inner exception is specified.
metadataObjectId
Type: System.UInt32The identifier of metadata object that caused the exception.
metadataObjectType
Type: System.TypeThe type of metadata object that caused the exception.
See Also
Reference
ConcurrentModificationException Class
ConcurrentModificationException Members
ConcurrentModificationException Overload
Microsoft.SharePoint.BusinessData.Administration.Client Namespace