ClientServiceProcessingHandler.TryGetErrorInformation - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function TryGetErrorInformation ( _
ex As Exception, _
<OutAttribute> ByRef errorInformation As ErrorInformation _
) As Boolean
'Utilisation
Dim ex As Exception
Dim errorInformation As ErrorInformation
Dim returnValue As Boolean
returnValue = Me.TryGetErrorInformation(ex, _
errorInformation)
protected internal virtual bool TryGetErrorInformation(
Exception ex,
out ErrorInformation errorInformation
)
Paramètres
- ex
Type : System.Exception
- errorInformation
Type : Microsoft.SharePoint.Client.ErrorInformation
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
ClientServiceProcessingHandler classe