I need to make it possible for the users to send me back possible exception messages, which I show by wrapping the main method into try-catch, but that also forces me to see that custom message instead of visual studio's exception window.
That's why I need to make use of some preprocessing directive somehow to run the unwrapped method when in VS and wrapped when not.