Метод RemoteSharepointException.GetDetails
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Shared Function GetDetails ( _
exMessage As String _
) As RemoteSharepointException.RemoteSharePointExceptionInfo
'Применение
Dim exMessage As String
Dim returnValue As RemoteSharepointException.RemoteSharePointExceptionInfo
returnValue = RemoteSharepointException.GetDetails(exMessage)
public static RemoteSharepointException.RemoteSharePointExceptionInfo GetDetails(
string exMessage
)
Параметры
- exMessage
Тип: System.String
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionInfo
См. также
Справочные материалы
RemoteSharepointException класс