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...
-
Hola Raul! On my project, I'm using postHandlingAction = " NotifyRethrow ". Here is the whole section from my entlib.config: < exceptionHandling > < exceptionPolicies > < add name = " NoneExceptionPolicy " > < exceptionTypes > < add type = " System.Exception, mscorlib, Version...