Arguments values not passing

@Luis_Fernando

Yes thats true…arguments are not passed when there is an error…

Two ways

  1. If on windows compatibility then create a global variable and assign values to them instead
  2. You have an option to add the data to different items in exception variable as well…there is an option to add dictionary of items to your exception variable…and then rethrow it
  3. Instead of using string and basic types use array or datatable and initialize it outside the process only and use them as in/out argument and that should work check below for clear explanation

Cheers