Troubleshooting Exceptions: System.ServiceModel.ServiceActivationException

 

A ServiceActivationException exception is thrown when a service fails to activate.

Remarks

This exception derives from CommunicationException, which represents a class of recoverable errors that may be thrown during communication between endpoints, and which Windows Communication Foundation (WCF) robust client and service applications are expected to handle. To prevent the more generic CommunicationException handler from catching the more specific ActionNotSupportedException, catch this exception prior to handling CommunicationException.

See Also

ServiceActivationException
How to: Use the Exception Assistant