Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi David,
yes, you are right! And you can bypass the section .exception.entry by branching to one of the other sections from your own code or by just returning from the exception, if you have specified your own exception handler in the section .exception.entry.user (that's the way I did it). --wolfgang