Hi,
i have a problem in catching an exception. I have a Main workflow that invoke other xaml file. In the Main workflow i put the Try Catch block to manage the “selectornotfound” exception.
The situation is similar to this
Trying to simulate the error i saw that the block didn’t function.
I tried to put the trycatch block not in the main but in the xaml that i invoked and this way it works
Can someone help me?