Share via


AppPackageSizeExceededException class

A exceção que é lançada quando o tamanho do pacote de aplicativo excede seus limites.

Inheritance hierarchy

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

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

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class AppPackageSizeExceededException _
    Inherits SPException
'Uso
Dim instance As AppPackageSizeExceededException
[SerializableAttribute]
public sealed class AppPackageSizeExceededException : 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

AppPackageSizeExceededException members

Microsoft.SharePoint namespace