RemoteSharepointException.GetDetails - 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 GetDetails ( _
exMessage As String _
) As RemoteSharepointException.RemoteSharePointExceptionInfo
'Utilisation
Dim exMessage As String
Dim returnValue As RemoteSharepointException.RemoteSharePointExceptionInfo
returnValue = RemoteSharepointException.GetDetails(exMessage)
public static RemoteSharepointException.RemoteSharePointExceptionInfo GetDetails(
string exMessage
)
Paramètres
- exMessage
Type : System.String
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionInfo
Voir aussi
Référence
RemoteSharepointException classe