|
-
June 6th, 2007, 01:51 AM
#1
print information about unknown exceptions
Hello,
is it possible to get some information about an unknown (or unexpected) exception?
e.g
try{
//...do something
}
catch(...)
{
//print some information
}
in this case I want to know which exception was thrown..in other languages (java, c#...) this is possible. But I'm not sure if it is also possible in c++
Best regards
Hansjörg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|