Share via


UserExistsException - Classe

Représente une exception qui est levée lors de la tentative de création d'un utilisateur dans le magasin de données de profils utilisateur échoue car il existe déjà une entrée de l'utilisateur en double.

Hiérarchie d’héritage

System.Object
  System.Exception
    Microsoft.Office.Server.UserProfiles.UserProfileException
      Microsoft.Office.Server.UserProfiles.UserExistsException

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

Syntaxe

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

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

UserExistsException - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms