Partage via


ParallelLoopState.IsExceptional Propriété

Définition

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.

S’applique à

Voir aussi