How throw any exeption from BT orch?(+) Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How throw any exeption from BT orch?(+) This topic has 1 reply, 1 voice, and was last updated 6 years, 10 months ago by community-content. Viewing 1 reply thread Author Posts November 17, 2005 at 9:49 AM #12343 community-content I’ve published BT orch as web-service. I can catch and send exeption like xml message. But I want throw it.What it is necessary to do at occurrence of exception in orch, what this exception could be caught in try-catch block by from c# application? November 19, 2005 at 6:21 AM #12344 community-content If you want to throw exceptions, you can use the Throw Exception shape inside the tools menu. If you want to catch exception, you can use a scope shape. Hope this helps. Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register