Adding more information to exceptions

Ali Çehreli acehreli at yahoo.com
Wed Jan 30 12:58:10 PST 2013


On 01/30/2013 12:05 PM, Jesse Phillips wrote:
 > On Tuesday, 29 January 2013 at 21:53:46 UTC, Ali Çehreli wrote:

 >> Here is a RAII idea that takes advantage of exception chaining without
 >> directly using the 'next' parameter.

 > umm, so why can't using next directly be valid?

The OP had quoted the documentation:

   http://dlang.org/phobos/object.html#.Exception

"The next parameter is used internally and should be always be null when 
passed by user code."

Ali



More information about the Digitalmars-d-learn mailing list