ConcurrentModificationException Constructor (UInt32, Type)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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