MetadataObjectNotFoundException Constructor (String, Type, String)

Constructs a new instance of the class with a message, the metadata object type, and the search criteria.

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

Syntax

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

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

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See Also

Reference

MetadataObjectNotFoundException Class

MetadataObjectNotFoundException Members

MetadataObjectNotFoundException Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace