Share via


AppPackageSizeExceededException constructor (String)

Initializes a new instance of the AppPackageSizeExceededException class with a specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New AppPackageSizeExceededException(message)
public AppPackageSizeExceededException(
    string message
)

Parameters

  • message
    Type: System.String

    A message explaining why the exception was thrown.

See also

Reference

AppPackageSizeExceededException class

AppPackageSizeExceededException members

AppPackageSizeExceededException overload

Microsoft.SharePoint namespace