Share via


AppPackageValidationException class

A exceção que é lançada quando há erros de validação de um pacote de aplicativo.

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

'Declaração
<SerializableAttribute> _
Public NotInheritable Class AppPackageValidationException _
    Inherits SPException
'Uso
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.

Ver também

Referência

AppPackageValidationException members

Microsoft.SharePoint namespace