C# Class Tasks.AggregateException

Inheritance: System.Exception
Mostrar archivo Open project: directi/Fleck

Public Methods

Method Description
AggregateException ( ) : System
AggregateException ( IEnumerable exceptions ) : System
ToString ( ) : string

Method Details

AggregateException() public method

public AggregateException ( ) : System
return System

AggregateException() public method

public AggregateException ( IEnumerable exceptions ) : System
exceptions IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string