PackageFormatException Class
Represents the exception that is thrown when a structure-related problem is encountered during the import of a metadata XML file.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.BusinessData.Administration.Client.PackageFormatException
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PackageFormatException _
Inherits Exception
'Usage
Dim instance As PackageFormatException
[SerializableAttribute]
public class PackageFormatException : Exception
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PackageFormatException Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace