Share via


ConcurrentModificationException constructor (UInt32, Type)

Initializes a new instance of the class with a specified identifier and type of metadata object that caused the exception.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    metadataObjectId As UInteger, _
    metadataObjectType As Type _
)
'Usage
Dim metadataObjectId As UInteger
Dim metadataObjectType As Type

Dim instance As New ConcurrentModificationException(metadataObjectId, _
    metadataObjectType)
public ConcurrentModificationException(
    uint metadataObjectId,
    Type metadataObjectType
)

Parameters

  • metadataObjectId
    Type: System.UInt32

    The identifier of metadata object that caused the exception.

  • metadataObjectType
    Type: System.Type

    The type of metadata object that caused the exception.

See also

Reference

ConcurrentModificationException class

ConcurrentModificationException members

ConcurrentModificationException overload

Microsoft.SharePoint.BusinessData.Administration namespace