Table of Contents

Class AggregateException

Namespace
RichHudFramework
Assembly
RichHudClient.dll

Aggregates multiple exceptions into a single exception with a combined message. Used by RichHudFramework.TaskPool for clean error reporting when parallel tasks fail.

public class AggregateException : Exception, ISerializable, _Exception
Inheritance
AggregateException
Implements
Inherited Members

Constructors

AggregateException(IReadOnlyList<AggregateException>)

public AggregateException(IReadOnlyList<AggregateException> exceptions)

Parameters

exceptions IReadOnlyList<AggregateException>

AggregateException(IReadOnlyList<Exception>)

public AggregateException(IReadOnlyList<Exception> exceptions)

Parameters

exceptions IReadOnlyList<Exception>

AggregateException(string)

public AggregateException(string aggregatedMsg)

Parameters

aggregatedMsg string