You use the BizTalk orchestration in TestKing.com to call an external Web service. The Web service takes longer than expected to return a response. Your orchestration is designed as shown in the exhibit. You need to configure the orchestration to catch time-out and Web service error conditions.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
Exhibit:
A.
Configure the CatchException exception handler block to catch general exceptions.
B.
Add an exception handler to the CallLongRunningService scope. Then, configure the exception handler to catch the time-out exception.
C.
Add a Throw Exception shape below the Listen shape. Then, configure the Throw Exception shape to throw a time-out exception.
D.
Add a Terminate shape below the Listen shape. Then, configure it to specify that the orchestration threw an exception.
E.
Add a Suspend shape below the Listen shape.