Following the above article, i am trying to capture exception from Kill process Excel in a global exception handler with this if condition.
errorInfo.RetryCount < 1 AndAlso errorInfo.Exception.Message.Contains(“Encountered errors while trying to kill a process”)
Exception:
It is not working out. can you help please? thank you