Share via


ConcurrentModificationException constructor (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.

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

Syntax

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

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • 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