C# Класс clipr.Utils.AggregateException

An exception that aggregates multiple other exceptions together.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
AggregateException ( IEnumerable exceptions ) : System

Create a new AggregateException instance that contains the given exceptions.

Handle ( bool>.Func handler ) : void

Handle each exception.

Описание методов

AggregateException() публичный Метод

Create a new AggregateException instance that contains the given exceptions.
public AggregateException ( IEnumerable exceptions ) : System
exceptions IEnumerable
Результат System

Handle() публичный Метод

Handle each exception.
public Handle ( bool>.Func handler ) : void
handler bool>.Func
Результат void