Hi Team,
Could someone please explain how Global Exception Handler internally working?
1)Without invoking any workflow it automatically get invoked when error occur in our process. Usually we need to pass Argument from one workflow to another.
2)There is one Argument(errorinfo) in GEH which is of type UiPath.Activities.Contracts.ExceptionHandlerArgs how can we initialize it intentionally?
Thanks in Advance.