Rethrow an exception like in C++?

Rob T alanb at ucora.com
Thu Mar 7 23:27:50 PST 2013


On Friday, 8 March 2013 at 06:09:48 UTC, Jonathan M Davis wrote:
[...]
> C++ has no exception capabilities that D doesn't have.

Except that D cannot rethrow without explicitly catching. That 
may seem like a very minor item, but as I explained in my last 
post, the extra boiler plate coding can add up on larger sized 
projects.

Anyway, I got enough of my problem solved to move on, so I'm back 
to being very happy with D.

Thanks for the help!

--rt


More information about the Digitalmars-d-learn mailing list