I have a WCF Service that should not enter the faulted state. If there\'s an exception, it should be logged and the service should continue uninterrupted. The service has a
The official documentation on how to handle Faults is here:
Handling Exceptions and Faults
Understanding State Changes
with the main page being at Channel Model Overview
There's a nice state diagram showing how things happen: