[Issue 1513] try/catch/finally misbehavior on windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 30 03:00:19 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1513
------- Comment #3 from thomas-dloop at kuehne.cn 2007-09-30 05:00 -------
http://www.digitalmars.com/d/statement.html#TryStatement
#
# If an exception is raised in the FinallyStatement and is not caught before
# the FinallyStatement is executed, the new exception replaces any existing
exception:
#
Added to DStress as
http://dstress.kuehne.cn/run/f/finally_12_A.d
--
More information about the Digitalmars-d-bugs
mailing list