QueryMalformedException, classe (Microsoft.Office.Server.Search.Query)
Represents the exception that is thrown when a search query is not formed correctly.
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 QueryMalformedException
Inherits SearchQueryException
'Utilisation
Dim instance As QueryMalformedException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public sealed class QueryMalformedException : SearchQueryException
Remarques
This exception can occur if the query contains a syntax error, or if a property name that is not valid is specified.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.Office.Server.Search.Query.SearchQueryException
Microsoft.Office.Server.Search.Query.QueryMalformedException
Sécurité des threads
Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.
Voir aussi
Référence
Membres QueryMalformedException
Microsoft.Office.Server.Search.Query, espace de noms