InvalidMetadataPropertyException Constructor (String, String, String, 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, _
    invalidPropertyName As String, _
    metadataObjectName As String, _
    metadataObjectType As Type _
)
'Usage
Dim message As String
Dim invalidPropertyName As String
Dim metadataObjectName As String
Dim metadataObjectType As Type

Dim instance As New InvalidMetadataPropertyException(message, _
    invalidPropertyName, metadataObjectName, _
    metadataObjectType)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public InvalidMetadataPropertyException(
    string message,
    string invalidPropertyName,
    string metadataObjectName,
    Type metadataObjectType
)

Parameters

See Also

Reference

InvalidMetadataPropertyException Class

InvalidMetadataPropertyException Members

InvalidMetadataPropertyException Overload

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace