Partilhar via


ExceptionHandlingScope.ServerErrorValue propriedade

Obtém o valor de erro que corresponde à exceção que ocorre no escopo try .

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)

Sintaxe

'Declaração
Public ReadOnly Property ServerErrorValue As String
    Get
'Uso
Dim instance As ExceptionHandlingScope
Dim value As String

value = instance.ServerErrorValue
public string ServerErrorValue { get; }

Valor de propriedade

Tipo: System.String
O valor de erro.

Comentários

Essa propriedade estará vazia ou nula se o servidor desabilitou o rastreamento de pilha.

Ver também

Referência

ExceptionHandlingScope classe

ExceptionHandlingScope membros

Microsoft.SharePoint.Client namespace