MetadataException Constructor (Type)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Sub New ( _
metadataObjectType As Type _
)
'Usage
Dim metadataObjectType As Type
Dim instance As New MetadataException(metadataObjectType)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public MetadataException(
Type metadataObjectType
)
Parameters
- metadataObjectType
Type: System.Type
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace