how to throw exception in script functoid? Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to throw exception in script functoid? This topic has 1 reply, 1 voice, and was last updated 8 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts July 5, 2006 at 11:14 AM #14971 community-content When the element contain empty value, i want the whole transform terminated and throw an exception. if (len(inputelement)==0) {throw new Exception(\”null value not allowed!\”);} but it doesn’t work…. July 6, 2006 at 12:55 PM #14972 community-content Have you tried [code:1:2d4a211598]throw new System.Exception(\"null value not allowed!\"); [/code:1:2d4a211598] Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register