Partager via


ParallelOperationsException Classe

Définition

Exception levée lorsqu’une ou plusieurs opérations dans un ensemble parallèle d’opérations échouent.
La InnerExceptions collection contient les exceptions pour chacune des opérations ayant échoué.

public class ParallelOperationsException : AggregateException
type ParallelOperationsException = class
    inherit AggregateException
Public Class ParallelOperationsException
Inherits AggregateException
Héritage
ParallelOperationsException

Méthodes

ToString()

Crée et retourne une chaîne représentant la valeur ParallelOperationsException actuelle.

S’applique à