Exception chaining and collectException

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 18 15:51:35 PDT 2017


On 8/18/2017 5:07 AM, Steven Schveighoffer wrote:
> If we are to remove them, what happens when exceptions would normally chain?

In C++, throwing an exception while unwinding is a fatal error.

More information:

https://stackoverflow.com/questions/130117/throwing-exceptions-out-of-a-destructor


More information about the Digitalmars-d mailing list