I'm encountering an exception in AX3 but my problem is that this exception
have no description in the infolog. I have put a breakpoint in ADD METHOD of
the INFO CLASS but the exception doesn't pass there. I thought all exception
pass in that class?
try
{
//do something
}
catch
{
//exception catched with no description.
}
If I try the code below, exception is not catched.
try
{
}
catch(exception::error)
{ }
catch(exception::break)
{ }
catch(exception::sequence)
{ }
catch(exception::ddeerror)
{ }
catch(exception::deadlock)
{ }
catch(exception::info)
{ }
catch(exception::internal)
{ }
catch(exception::numeric)
{ }
catch(exception::warning)
{ }
How can I see the description of this exception? Anyone encounter this
problem?
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.9.6/865 - Release Date: 6/24/2007
8:33 AM
[Non-text portions of this message have been removed]