Partager via


GroupNotExistException, constructeur (Microsoft.SharePoint.Portal.SiteData)

Obsolete. Initializes a new instance of the GroupNotExistException class.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    GroupTitle As String, _
    inner As Exception _
)
'Utilisation
Dim message As String
Dim GroupTitle As String
Dim inner As Exception

Dim instance As New GroupNotExistException(message, GroupTitle, inner)
public GroupNotExistException (
    string message,
    string GroupTitle,
    Exception inner
)

Paramètres

  • message
    An error message that explains the reason for the exception, or an empty string.
  • GroupTitle
    The title of the group.
  • inner
    Not used.

Voir aussi

Référence

GroupNotExistException, classe
Membres GroupNotExistException
Microsoft.SharePoint.Portal.SiteData, espace de noms