ExceptionHandlingScope.HasException - Propriété
Obtient l'indicateur qui indique si une exception s'est produite dans l'étendue try .
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasException As Boolean
Get
'Utilisation
Dim instance As ExceptionHandlingScope
Dim value As Boolean
value = instance.HasException
public bool HasException { get; }
Valeur de propriété
Type : System.Boolean
true si une exception s'est produite dans l'étendue try ; dans le cas contraire, false.