Share via


QueryMalformedException クラス (Microsoft.SharePoint.Search.Query)

検索クエリの形式が正しくない場合にスローされる例外を表します。

名前空間: Microsoft.SharePoint.Search.Query
アセンブリ: Microsoft.SharePoint.Search (microsoft.sharepoint.search.dll 内)

構文

'宣言
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class QueryMalformedException
    Inherits SearchQueryException
'使用
Dim instance As QueryMalformedException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class QueryMalformedException : SearchQueryException

備考

この例外は、クエリに構文エラーが含まれる場合や、無効なプロパティ名が指定されている場合に発生する可能性があります。

継承階層

System.Object
   System.Exception
     Microsoft.SharePoint.Search.Query.SearchQueryException
      Microsoft.SharePoint.Search.Query.QueryMalformedException

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

QueryMalformedException メンバ
Microsoft.SharePoint.Search.Query 名前空間