Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello all,

Please can anybody give me the reference or code to call exception handling in biztalk i am new in biztalk server.
your help will be appreciable ......

thanks and regards
Rakesh ghosh
Posted
Updated 19-Apr-12 20:41pm
v2
Comments
Sergey Alexandrovich Kryukov 3-Apr-12 15:59pm    
Handling of exception handling is done nearly in the same way as programming programs, networking networks and documenting documents. :-)

The concern is completely unclear. How come exception handling could possibly be anything special for Biztalk? By the way, exception handling is not
"called", not in any sense of this word. Perhaps you just need to learn about exception handling in general. It is very simple, but very non-trivial, well beyond the usual model of methods, calls, parameters, classes, etc.

--SA

Basically, you handle exceptions by putting your shapes of your orchestration inside a Scope[^] shape and then add an Exception Handler. The following articles can be your guide. Read the following:

A developers guide to handling exceptions in BizTalk Server 2006/2009/2010[^]
http://msdn.microsoft.com/en-us/library/aa561229.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900