Hi,
I have used following expression inside a script task to get error description during execution time. This script tasks is there in onError event.
Variables.ErrorDescription.ToString()
--If there is an unhandled exception inside a script task, I do not get a detail error message saying why the script task failed. ErrorDescription tell me "error in script task". How can I get more detail error information in a SSIS package?