de la propiedad ExceptionHandlingScope.ServerErrorValue
Obtiene el valor de error que corresponde a la excepción que se produce 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 ServerErrorValue As String
Get
'Uso
Dim instance As ExceptionHandlingScope
Dim value As String
value = instance.ServerErrorValue
public string ServerErrorValue { get; }
Valor de propiedad
Tipo: System.String
El valor de error.
Comentarios
Esta propiedad estará vacía ni ser nula si el servidor ha deshabilitado el seguimiento de la pila.