Share via


MetadataException constructor (Type)

Initializes a new instance of the class with the metadata object type.

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 MetadataException(metadataObjectType)
public MetadataException(
    Type metadataObjectType
)

Parameters

  • metadataObjectType
    Type: System.Type

    The type of metadata object that is causing the exception.

See also

Reference

MetadataException class

MetadataException members

MetadataException overload

Microsoft.SharePoint.BusinessData.Administration namespace