InvalidPropertyException - Classe
Représente l'exception qui est levée lorsque la requête de recherche contient une propriété qui n'est pas valide.
Hiérarchie d’héritage
System.Object
System.Exception
Microsoft.Office.Server.Search.Query.SearchQueryException
Microsoft.Office.Server.Search.Query.InvalidPropertyException
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 InvalidPropertyException _
Inherits SearchQueryException _
Implements ISerializable
'Utilisation
Dim instance As InvalidPropertyException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class InvalidPropertyException : SearchQueryException,
ISerializable
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
InvalidPropertyException - Membres
Microsoft.Office.Server.Search.Query - Espace de noms
Autres ressources
Building Enterprise Search Queries
Enterprise Search Query Object Model Overview