SharePointSearchRuntime.GetException - Méthode
Retourne l'exception de l'emplacement de sites SharePoint.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetException As Exception
'Utilisation
Dim instance As SharePointSearchRuntime
Dim returnValue As Exception
returnValue = instance.GetException()
public Exception GetException()
Valeur renvoyée
Type : System.Exception
Objet représentant l'exception.
Implémentations
ILocationRuntime.GetException()
Voir aussi
Référence
SharePointSearchRuntime classe