Good afternoon,
i have a problem with our global exception handler,
no matter what i put in the Global exception handler sequence, it runs the sequence twice.
But why is this so?
GlobalerHandler1.xaml (5.2 KB)
I have uploaded the xaml file.
Good afternoon,
i have a problem with our global exception handler,
no matter what i put in the Global exception handler sequence, it runs the sequence twice.
But why is this so?
GlobalerHandler1.xaml (5.2 KB)
I have uploaded the xaml file.
I found the solution.
In the Global Handler you have to set the result to abort.
This way, the global handler runs it only once.
This is how i managed to let my global handler run just once.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.