FASTSearchRuntime.GetException Method
Returns the exception from the FAST Search Server 2010 for SharePoint farm 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 FASTSearchRuntime
Dim returnValue As Exception
returnValue = instance.GetException()
public Exception GetException()
Return Value
Type: System.Exception
Returns Exception.
Implements
ILocationRuntime.GetException()