de la propiedad ServerException.ServerStackTrace
Obtiene la información de la pila de llamada sobre la excepción en el servidor.
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 ServerException
Dim value As String
value = instance.ServerStackTrace
public string ServerStackTrace { get; }
Valor de propiedad
Tipo: System.String
La información de pila de llamadas sobre la excepción en el servidor.