How to get activity title within exception log

Hi Team,

How to get activity title which is in try block when an exception occurs. I’ve tried exception.Source but not the desired output.

Thanks in advance

Hi,
Please have a look into this post.

I have a work-flow with around more than 200 activities. It always throws exception with outer wrapper included. Is there a way to get exception details with each and every activity.

you can use log message activities in that case.

Can you please elaborate on how to identify the activity at which the exception occurs. Its really difficult, when we have many activities wrapped inside a container.