Re: catching a exception in biztalk which is thrown by .NET Component

Home Page Forums BizTalk 2004 – BizTalk 2010 catching a exception in biztalk which is thrown by .NET Component Re: catching a exception in biztalk which is thrown by .NET Component

#21963
  1. Add a Scope shape
  2. Add an exception handler by clicking the shape and choose “New exeption handler”
  3. In the new handler, choose the type of exception you want it to handle like SqlException or similar.
  4. Choose the name of the variable the exception should have.
  5. Send your SMTP message from the catch block.

Add more handler if you want to catch other exceptions.