ConcurrentModificationException Constructor (String, Exception, 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 ( _
message As String, _
inner As Exception, _
metadataObjectId As UInteger, _
metadataObjectType As Type _
)
'Usage
Dim message As String
Dim inner As Exception
Dim metadataObjectId As UInteger
Dim metadataObjectType As Type
Dim instance As New ConcurrentModificationException(message, _
inner, metadataObjectId, metadataObjectType)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public ConcurrentModificationException(
string message,
Exception inner,
uint metadataObjectId,
Type metadataObjectType
)
Parameters
- message
Type: System.String
- inner
Type: System.Exception
- metadataObjectId
Type: System.UInt32
- metadataObjectType
Type: System.Type
See Also
Reference
ConcurrentModificationException Class
ConcurrentModificationException Members
ConcurrentModificationException Overload
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace