How to create an unqualified catch block in Dynamics AX ?
This is said dev help for AX2009sp1, but there is no example of it. All valid catch blocks need the exception type as mandatory parameter, for instance:
catch(exception::error)
{
:
}
have I missed something? br,