Compartir a través de


de la propiedad ExceptionHandlingScope.ServerErrorCode

Obtiene el código de error que corresponde a la excepción que se ha producido 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 ServerErrorCode As Integer
    Get
'Uso
Dim instance As ExceptionHandlingScope
Dim value As Integer

value = instance.ServerErrorCode
public int ServerErrorCode { get; }

Valor de propiedad

Tipo: System.Int32
El código de error.

Vea también

Referencia

clase ExceptionHandlingScope

Miembros ExceptionHandlingScope

Espacio de nombres Microsoft.SharePoint.Client