Partilhar via


ExceptionHandlingScope.ServerStackTrace propriedade

Obtém o servidor de informações de pilha de chamada de exceção 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 ServerStackTrace As String
    Get
'Uso
Dim instance As ExceptionHandlingScope
Dim value As String

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

Valor de propriedade

Tipo: System.String
As informações de pilha de chamada do servidor de exceção no escopo try .

Ver também

Referência

ExceptionHandlingScope classe

ExceptionHandlingScope membros

Microsoft.SharePoint.Client namespace