MetadataObjectNotFoundException Constructor (Type, String)
Constructs a new instance of the class with search criteria and a metadata object type.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub New ( _
metadataObjectType As Type, _
searchCriteria As String _
)
'Usage
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim instance As New MetadataObjectNotFoundException(metadataObjectType, _
searchCriteria)
public MetadataObjectNotFoundException(
Type metadataObjectType,
string searchCriteria
)
Parameters
metadataObjectType
Type: System.TypeThe metadata object type.
searchCriteria
Type: System.StringThe metadata object type.
See Also
Reference
MetadataObjectNotFoundException Class
MetadataObjectNotFoundException Members
MetadataObjectNotFoundException Overload
Microsoft.SharePoint.BusinessData.Administration.Client Namespace