When running a task and the task errors off I'm getting an unhandled exception error of:
System.ArgumentException was unhandled
Message: An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The path is not of a legal form.
I have try catches in every method and cannot catch this error. I believe it is coming from the Task Scheduler but I'm unsure to why.
Has anyone else run into this? Should I be handling task errors through my code?
System.ArgumentException was unhandled
Message: An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The path is not of a legal form.
I have try catches in every method and cannot catch this error. I believe it is coming from the Task Scheduler but I'm unsure to why.
Has anyone else run into this? Should I be handling task errors through my code?