AppPackageValidationException class

The exception that is thrown when there are errors validating an app package.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.AppPackageValidationException

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AppPackageValidationException _
    Inherits SPException
'Usage
Dim instance As AppPackageValidationException
[SerializableAttribute]
public sealed class AppPackageValidationException : SPException

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

AppPackageValidationException members

Microsoft.SharePoint namespace