I am trying to pass an exception up to a workflow from either my custom CodeActivity or an InvokeMethod activity. It seems when I throw an exception in a coded activity I made it can't actually make it to the workflow, I just get a bubble error.
So I thought maybe if I use the InvokeMethod activity and do a try/catch in the actual workflow. Same problem.
I assume there is a way to do this, but apparently it isn't as straight forward as just throwing the exception.