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
exceptionsIReadOnlyList<AggregateException>
AggregateException(IReadOnlyList<Exception>)
public AggregateException(IReadOnlyList<Exception> exceptions)
Parameters
exceptionsIReadOnlyList<Exception>
AggregateException(string)
public AggregateException(string aggregatedMsg)
Parameters
aggregatedMsgstring