[Issue 17760] catch block fails to catch Exception subclass when another Exception is in transit

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17760

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 17760] catch block fails to catch Exception subclass when another Exception is in transit

2017-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17760

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #3 from Walter Bright  ---
Probably won't get fixed:

http://www.digitalmars.com/d/archives/digitalmars/D/Exception_chaining_and_collectException_305458.html

--


[Issue 17760] catch block fails to catch Exception subclass when another Exception is in transit

2017-08-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17760

--- Comment #2 from hst...@quickfur.ath.cx ---
https://issues.dlang.org/show_bug.cgi?id=16799

--


[Issue 17760] catch block fails to catch Exception subclass when another Exception is in transit

2017-08-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17760

--- Comment #1 from hst...@quickfur.ath.cx ---
May be related to bug #16799.

--