www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Exceptions documentation

reply simendsjo <simendsjo gmail.com> writes:
Where is documentation on exceptions located?
Not here http://www.d-programming-language.org/exception-safe.html
or here http://www.d-programming-language.org/errors.html
or here http://www.d-programming-language.org/phobos/std_exception.html

Do I have to browse druntime/phobos, or is it documented somewhere?
Jan 17 2012
parent Mail Mantis <mail.mantis.88 gmail.com> writes:
2012/1/17 simendsjo <simendsjo gmail.com>:
 Where is documentation on exceptions located?
 Not here http://www.d-programming-language.org/exception-safe.html
 or here http://www.d-programming-language.org/errors.html
 or here http://www.d-programming-language.org/phobos/std_exception.html

 Do I have to browse druntime/phobos, or is it documented somewhere?
Is this what you need? http://www.d-programming-language.org/statement#TryStatement
Jan 17 2012