In REFramwork if there is a System Exception the process go to End State where we Close/Kill Applications. Is there a way to send to End State from which state the System Exception coming from?
Depending on which window the System Exception happened, I have to navigate to the Exit window.
If a System Exception occurs since the process will be enclosed within an Try Catch you can catch that Exception by using Re-Throw and in the Set Transaction State xaml you can process the code of Exit Window under System Exception. This would be a better way of Handling the exception.
@mkankatala
I can move the close application process in "et transaction status.xaml in System Exception path. But I did not get rethrow. Where I do rethrow, why is it needed here to rethrow.