OpenSearchRuntime.GetException method
Retorna a exceção do local OpenSearch federado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetException As Exception
'Uso
Dim instance As OpenSearchRuntime
Dim returnValue As Exception
returnValue = instance.GetException()
public Exception GetException()
Valor retornado
Type: System.Exception
Um objeto que representa a exceção.
Implements
ILocationRuntime.GetException()