RemoteSharepointException.RemoteSharepointExceptionMessage 方法
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Shared Function RemoteSharepointExceptionMessage ( _
exType As RemoteSharepointException.RemoteSharePointExceptionType, _
exMessage As String _
) As String
用法
Dim exType As RemoteSharepointException.RemoteSharePointExceptionType
Dim exMessage As String
Dim returnValue As String
returnValue = RemoteSharepointException.RemoteSharepointExceptionMessage(exType, _
exMessage)
public static string RemoteSharepointExceptionMessage(
RemoteSharepointException.RemoteSharePointExceptionType exType,
string exMessage
)
参数
- exType
类型:Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionType
- exMessage
类型:System.String