Activity overview
Latest activity by johan
Thanks. I have recoded the project in an "ANTS safe" way now, so I'll simply wait for the 2.1 update to be released. / comments
Thanks. I have recoded the project in an "ANTS safe" way now, so I'll simply wait for the 2.1 update to be released.
Exception on handled exception
Hi!
ANTS Profiler claims this is an unhandled exception:
try
{
// Some code that generates an exception in another assembly
obj->SomeMethod();
}
catch(Exception* ex)
{
// Handles exception
}
When r...