Compartilhar via


ClientServiceHost.GetErrorInformation método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Overridable Function GetErrorInformation ( _
    ex As Exception _
) As ErrorInformation
'Uso
Dim instance As ClientServiceHost
Dim ex As Exception
Dim returnValue As ErrorInformation

returnValue = instance.GetErrorInformation(ex)
public virtual ErrorInformation GetErrorInformation(
    Exception ex
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ErrorInformation

Ver também

Referência

ClientServiceHost classe

ClientServiceHost membros

Microsoft.SharePoint.Client namespace