Table of Contents

Class AggregateException

Namespace
Archipelago.MultiClient.Net.Exceptions
Assembly
Archipelago.MultiClient.Net.dll
public class AggregateException : Exception, ISerializable, _Exception
Inheritance
AggregateException
Implements
Inherited Members

Constructors

AggregateException(IEnumerable<Exception>)

public AggregateException(IEnumerable<Exception> exceptions)

Parameters

exceptions IEnumerable<Exception>

Properties

Exceptions

public List<Exception> Exceptions { get; }

Property Value

List<Exception>