OpenSearchRuntime.GetException method

Returns the exception from the OpenSearch federated location.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetException As Exception
'Usage
Dim instance As OpenSearchRuntime
Dim returnValue As Exception

returnValue = instance.GetException()
public Exception GetException()

Return value

Type: System.Exception
An object representing the exception.

Implements

ILocationRuntime.GetException()

See also

Reference

OpenSearchRuntime class

OpenSearchRuntime members

Microsoft.Office.Server.Search.Query namespace