QueryContainsOnlyExcludedTermsException - Classe

Représente l'exception qui est levée lorsque la requête de recherche contient uniquement des termes exclus.

Hiérarchie d’héritage

System.Object
  System.Exception
    Microsoft.Office.Server.Search.Query.SearchQueryException
      Microsoft.Office.Server.Search.Query.QueryContainsOnlyExcludedTermsException

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

Syntaxe

'Déclaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class QueryContainsOnlyExcludedTermsException _
    Inherits SearchQueryException
'Utilisation
Dim instance As QueryContainsOnlyExcludedTermsException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class QueryContainsOnlyExcludedTermsException : SearchQueryException

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

QueryContainsOnlyExcludedTermsException - Membres

Microsoft.Office.Server.Search.Query - Espace de noms