TCompoundOperationException

An operation failed because one or more sub-tasks failed.

Constructors

this
this(string msg, Exception[] exceptions, string file, size_t line, Throwable next)

Members

Variables

exceptions
Exception[] exceptions;

The exceptions thrown by the children of the operation. If applicable, the list is ordered in the same way the exceptions occurred.

Meta