BizTalk Server General - Throw exceptions in BizTalk maps?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > May 2005 > Throw exceptions in BizTalk maps?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Throw exceptions in BizTalk maps?
Jonnidip

2005-05-25, 5:59 pm

Hi all,
I am looking for the chance to throw an exception while I am in a BT map.
I have tried to put into a piece of c# code in a Scripting functoid, with
something like this:

private Exception ThrowEX(bool Throw_Ex)
{
if (Throw_Ex == true)
throw new Exception("Error");
}

but it didn't work.
Does anyone know the way to get this working?

Thank you very much!



--
_______
Jonnidip
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com