Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object data by using the serialization information and the streaming context.
Namespace: Microsoft.SharePoint.BusinessData.Parser
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New PackageFormatException(info, context)
protected PackageFormatException(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe serialization information that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextThe streaming context that contains contextual information about the source or destination.
See Also
Reference
PackageFormatException Members