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.Office.BusinessData.Parser.PackageFormatException
Namespace: Microsoft.Office.BusinessData.Parser
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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.