PackageFormatException Constructor (ParseContext)
Initializes a new instance of the class with serialized data.
Namespace: Microsoft.SharePoint.BusinessData.Parser
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
context As ParseContext _
)
'Usage
Dim context As ParseContext
Dim instance As New PackageFormatException(context)
public PackageFormatException(
ParseContext context
)
Parameters
context
Type: Microsoft.SharePoint.BusinessData.Parser.ParseContextThe streaming context that contains contextual information about the source or destination.
See Also
Reference
PackageFormatException Members