de la propiedad ExceptionHandlingScope.HasException
Obtiene el marcador que indica si se ha producido una excepción 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 HasException As Boolean
Get
'Uso
Dim instance As ExceptionHandlingScope
Dim value As Boolean
value = instance.HasException
public bool HasException { get; }
Valor de propiedad
Tipo: System.Boolean
true si se ha producido una excepción en el ámbito de try ; en caso contrario, false.