Compartir a través de


del método ClientServiceProcessingHandler.TryGetErrorInformation

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

clase ClientServiceProcessingHandler

Miembros ClientServiceProcessingHandler

Espacio de nombres Microsoft.SharePoint.Client