I have a WCF service.
In some scenarios, the service fails, and requires manual intervention.
I want to be able to pass the exception to the service host and cause it to fail, instead of causing only the specific call to fail.
the service is an asynchronous MSMQ service and hosted in a custom application.