ClientServiceProcessingHandler.TryGetErrorInformation método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Function TryGetErrorInformation ( _
ex As Exception, _
<OutAttribute> ByRef errorInformation As ErrorInformation _
) As Boolean
'Uso
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
)
Parâmetros
- ex
Tipo: System.Exception
- errorInformation
Tipo: Microsoft.SharePoint.Client.ErrorInformation
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ClientServiceProcessingHandler classe