Exceptions/Catch an exception thrown in a nested call: Difference between revisions

Content added Content deleted
m (→‎{{header|D}}: pre not lang)
Line 82:
 
Result:
<lang Dpre>
Exception U0 caught
test.U1: U1 error message
</langpre>
 
If you have tango stack-trace, stack-trace will be print after second message.