Share via


InvalidMetadataPropertyException constructor (Type)

Constructs a new instance of the class by using the metadata object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    metadataObjectType As Type _
)
'Usage
Dim metadataObjectType As Type

Dim instance As New InvalidMetadataPropertyException(metadataObjectType)
public InvalidMetadataPropertyException(
    Type metadataObjectType
)

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See also

Reference

InvalidMetadataPropertyException class

InvalidMetadataPropertyException members

InvalidMetadataPropertyException overload

Microsoft.SharePoint.BusinessData.Administration namespace