#if DEBUG
/* re-throw the exception... */
#else
/* write something in the event log... */
#endif
the above will work just fine, just make sure you have at least two build configurations (right-click the project you're working on and go to "Properties" there's a section in there on Builds) - make sure that one of those builds has the "define DEBUG" checked and the other does not.