Flatten()

Details_AggregateException::Flatten() method

Flattens the aggregate exception by unwrapping all nested AggregateExceptions into a single-level list.

AggregateException System::Details_AggregateException::Flatten()

Return Value

A new AggregateException containing all non-aggregate inner exceptions from the entire hierarchy.

See Also