RemoteSharepointException.RemoteSharepointExceptionMessage - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Shared Function RemoteSharepointExceptionMessage ( _
exType As RemoteSharepointException.RemoteSharePointExceptionType, _
exMessage As String _
) As String
'Utilisation
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
)
Paramètres
- exType
Type : Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionType
- exMessage
Type : System.String
Valeur renvoyée
Type : System.String
Voir aussi
Référence
RemoteSharepointException classe