When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?
//IMG//
- A.A runtime error occurs and the Finally block is not executed.
- B.The Finally block is executed and the Catches section catches the exception.
- C.No exception is thrown and the Finally block executes.
- D.No exceptions are happening and the workflow continues to execute.