InvalidMetadataPropertyException Constructor (String, String, Type)

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
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 ( _
    invalidPropertyName As String, _
    metadataObjectName As String, _
    metadataObjectType As Type _
)
'Usage
Dim invalidPropertyName As String
Dim metadataObjectName As String
Dim metadataObjectType As Type

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

Parameters

See Also

Reference

InvalidMetadataPropertyException Class

InvalidMetadataPropertyException Members

InvalidMetadataPropertyException Overload

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace