Which exception?

Home Page Forums BizTalk 2004 – BizTalk 2010 Which exception?

Viewing 1 reply thread
  • Author
    Posts
    • #14993

      Which and how many exception blocks should I done “by the book”?
      Is there any type that covers all exceptions?

      10x

    • #14992

      It really depends on if you need to do something special for a specific exception (like Delivery Notification).

      But, in general I usually just catch System.Exception in one large Orchestration scope shape. Inside the Orchestration, I may have other scopes to catch other specific messages and do something special for them.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.