de la propiedad ExceptionHandlingScope.ServerStackTrace
Obtiene información de la pila de llamada de la excepción de servidor en el ámbito de try .
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.String
La información de pila de llamada de servidor de la excepción en el ámbito de try .