C# Class clipr.Utils.AggregateException

An exception that aggregates multiple other exceptions together.
Inheritance: System.Exception
Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode Description
AggregateException ( IEnumerable exceptions ) : System

Create a new AggregateException instance that contains the given exceptions.

Handle ( bool>.Func handler ) : void

Handle each exception.

Method Details

AggregateException() public méthode

Create a new AggregateException instance that contains the given exceptions.
public AggregateException ( IEnumerable exceptions ) : System
exceptions IEnumerable
Résultat System

Handle() public méthode

Handle each exception.
public Handle ( bool>.Func handler ) : void
handler bool>.Func
Résultat void