bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

exceptions


From: Marcelo Dalmas
Subject: exceptions
Date: Thu, 4 Jul 2002 11:51:24 -0300 (BRT)

Hi all!

Can a parent thread  catch a exception thrown from another thread, like
this?

main()
{
...
        try {
                thread->start(); //throw a exception
...
        }
        catch(const exception& e) {
...
        }
...
}


Marcelo Dalmas
BRASMAP Sistemas
www.brasmap.com.br
Fone/Fax: (48) 333-2218 ramal 2114





reply via email to

[Prev in Thread] Current Thread [Next in Thread]