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