del método RemoteSharepointException.RemoteSharepointExceptionMessage
Espacio de nombres: Microsoft.SharePoint.Search.Query
Ensamblado: Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)
Sintaxis
'Declaración
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
Tipo: Microsoft.SharePoint.Search.Query.RemoteSharepointException.RemoteSharePointExceptionType
- exMessage
Tipo: System.String
Valor devuelto
Tipo: System.String
Vea también
Referencia
clase RemoteSharepointException