RemoteSharepointException.RemoteSharepointExceptionMessage method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Shared Function RemoteSharepointExceptionMessage ( _
exType As RemoteSharepointException.RemoteSharePointExceptionType, _
exMessage As String _
) As String
'Uso
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
)
Parâmetros
- exType
Type: Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionType
- exMessage
Type: System.String
Valor retornado
Type: System.String
Ver também
Referência
RemoteSharepointException class