SearchServiceNotFoundException Class

Represents the exception that is thrown when the search service is unavailable.

Inheritance Hierarchy

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SearchServiceNotFoundException _
    Inherits SearchQueryException
'Usage
Dim instance As SearchServiceNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SearchServiceNotFoundException : SearchQueryException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SearchServiceNotFoundException Members

Microsoft.SharePoint.Search.Query Namespace