I'm creating an throwing an Exception with ExceptionEx. It's not caught, so it should end up in Starter.Application_Error.
But it doesn't. The App crashes silently without calling Application_Error.
I tried to reproduce the problem with an little test app... but there it works.
Are there any circumstances where Application_Error is not called when I throw an exception?
But it doesn't. The App crashes silently without calling Application_Error.
I tried to reproduce the problem with an little test app... but there it works.
Are there any circumstances where Application_Error is not called when I throw an exception?