Share via


TooManySearchTermException - Classe

Représente l'exception qui est levée lorsque le nombre de modèles de recherche passée en tant que paramètres à la méthode Search ou SearchAudiences dans ProfileSearchManager est supérieur à 10.

Hiérarchie d’héritage

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

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 TooManySearchTermException _
    Inherits UserProfileException
'Utilisation
Dim instance As TooManySearchTermException
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class TooManySearchTermException : 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

TooManySearchTermException - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms