Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the exception from the SharePoint sites 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 SharePointSearchRuntime
Dim returnValue As Exception
returnValue = instance.GetException()
public Exception GetException()
Return Value
Type: System.Exception
An object representing the exception.
Implements
ILocationRuntime.GetException()