ConcurrentModificationException Constructor (UInt32, Type)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
- metadataObjectType
Type: System.Type
See Also
Reference
ConcurrentModificationException Class
ConcurrentModificationException Members
ConcurrentModificationException Overload
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace