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.StringThe error message that explains the reason for the exception.
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