SharePointSearchRuntime.GetException-Methode
Gibt die Ausnahme aus den Speicherort der SharePoint-Websites.
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()
Rückgabewert
Typ: System.Exception
Ein Objekt, das die Ausnahme darstellt.
Implementiert
ILocationRuntime.GetException()
Siehe auch
Referenz
SharePointSearchRuntime Klasse