MetadataObjectNotFoundException Constructor (SerializationInfo, StreamingContext)
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)> _
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New MetadataObjectNotFoundException(info, context)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
protected MetadataObjectNotFoundException(
SerializationInfo info,
StreamingContext context
)
Parameters
- context
Type: System.Runtime.Serialization.StreamingContext
See Also
Reference
MetadataObjectNotFoundException Class
MetadataObjectNotFoundException Members
MetadataObjectNotFoundException Overload
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace