ClientServiceHost.GetErrorInformation - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Overridable Function GetErrorInformation ( _
ex As Exception _
) As ErrorInformation
'Utilisation
Dim instance As ClientServiceHost
Dim ex As Exception
Dim returnValue As ErrorInformation
returnValue = instance.GetErrorInformation(ex)
public virtual ErrorInformation GetErrorInformation(
Exception ex
)
Paramètres
- ex
Type : System.Exception
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ErrorInformation