Re: Event Viewer

#22418

You could use a scope shape in your orchestration. put all the shapes (where erros are usually occured) in the scope shape, then you can “Add New Exception handler” by right clicking the top of the scope shape. you can further define the type of Exception (for example System.Exception) you want to handle in the Exception handler shape. if all is done correctly, you should now be able to have access to the error/exception information/description. Hope this helps.