Showing related tags and posts accross the entire site.
-
I am executing the processors with AbortOnFailure = true, and I want to rethrow the exception(s) that has been caught in the ServiceBaseCore Process() method. There will only be one error in the ExceptionList. However, when I rethrow the exception stored in the ExceptionsList, .NET picks it up as a new...