ParallelLoopState.IsExceptional Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si une itération de la boucle a levé une exception qui n'a pas été gérée par cette itération.
public:
property bool IsExceptional { bool get(); };
public bool IsExceptional { get; }
member this.IsExceptional : bool
Public ReadOnly Property IsExceptional As Boolean
Valeur de propriété
true si une exception non gérée a été levée ; sinon, false.