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