Hello,
I would like to do the following:
try
{
...
some code that could generate exceptions
...
}
catch(Exception& e)
{
-> show the stacktrace that matches the exception
}
How could I do this ?
regards,
Bart
Users browsing this forum: No registered users and 5 guests