SharePointSearchRuntime.GetException 方法
从 SharePoint 站点位置返回的异常。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetException As Exception
用法
Dim instance As SharePointSearchRuntime
Dim returnValue As Exception
returnValue = instance.GetException()
public Exception GetException()
返回值
类型:System.Exception
一个表示该异常的对象。
实现
ILocationRuntime.GetException()