MemberGroupNotFoundException - Classe

Représente une exception qui est levée en cas d'échec d'une tentative de recherche d'un groupe de membres.

Hiérarchie d’héritage

System.Object
  System.Exception
    Microsoft.Office.Server.UserProfiles.MembershipException
      Microsoft.Office.Server.UserProfiles.MemberGroupNotFoundException

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class MemberGroupNotFoundException _
    Inherits MembershipException
'Utilisation
Dim instance As MemberGroupNotFoundException
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class MemberGroupNotFoundException : MembershipException

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

MemberGroupNotFoundException - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms