Create the Custom Exception Handler AgileConnector

  1. Open AgilePoint Developer and create a new .NET Class Library project. Add the following 3 .NET References:
    • System.EnterpriseServices
    • System.Web
    • System.Web.Services
  2. Add the following AgilePoint References:
    • Ascentn.Workflow.Share
    • Ascentn.Workflow.WFBase
  3. Include the Using Clause: Ascentn.Workflow.Base
  4. Implement the Base Class.
  5. Implement the custom code.

For more information, refer to AgileConnector Sample for Custom Exception Handling.