Qus:    How Do I Throw An Exception When Using A Try-catch Block?
Nov 20, 2020 19:17 webMethods 1 Answers Views: 1352 PADMAKEECHU
Prev Next
Answers (1)
SAI Nov 21, 2020 14:09
Answer:   Set a flag in your catch block or leave a variable holding the error message in the pipeline.
Outside the catch block put a branch on that variable or flag and if it is non-null then exit with failure or call the service that generates the exception.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect