C# 클래스 clipr.Utils.AggregateException

An exception that aggregates multiple other exceptions together.
상속: System.Exception
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
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