MissingMetadataPropertyException Constructor (String, Type)

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

Dim instance As New MissingMetadataPropertyException(message, _
    metadataObjectType)
public MissingMetadataPropertyException(
    string message,
    Type metadataObjectType
)

Parameters

See Also

Reference

MissingMetadataPropertyException Class

MissingMetadataPropertyException Members

MissingMetadataPropertyException Overload

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace