MetadataObjectNotFoundException Constructor (Type, String)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Type
- searchCriteria
Type: System.String
See Also
Reference
MetadataObjectNotFoundException Class
MetadataObjectNotFoundException Members
MetadataObjectNotFoundException Overload
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace