Clase SearchServiceNotFoundException

NOTA: esta API está ahora obsoleta.

Representa la excepción que se produce cuando el servicio de búsqueda no está disponible.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.SharePoint.Search.Query
Ensamblado:  Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SearchServiceNotFoundException _
    Inherits SearchQueryException
'Uso
Dim instance As SearchServiceNotFoundException
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SearchServiceNotFoundException : SearchQueryException

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros SearchServiceNotFoundException

Espacio de nombres Microsoft.SharePoint.Search.Query