CommunicationException Hierarchy

The following table lists the classes derived from System.ServiceModel.CommunicationException .

Derived Classes

Class Description
System.ServiceModel.ActionNotSupportedException This exception is typically thrown on the client when the action related to the operation invoked does not match any action of operations in the server.
System.ServiceModel.AddressAccessDeniedException The exception that is thrown when access to the address is denied.
System.ServiceModel.AddressAlreadyInUseException  
System.ServiceModel.ChannelTerminatedException This exception is typically thrown on the client when a channel is terminated due to server closing the associated connection.
System.ServiceModel.CommunicationObjectAbortedException The exception that is thrown when the call is to an ICommunicationObject object that has aborted.
System.ServiceModel.CommunicationObjectFaultedException  
System.ServiceModel.Dispatcher.MessageFilterException The base class for the exceptions that are thrown when the quota of nodes inspected by a filter is exceeded.
System.ServiceModel.EndpointNotFoundException The exception that is thrown when a remote endpoint could not be found or reached.
System.ServiceModel.FaultException Represents a SOAP fault.
System.ServiceModel.PoisonMessageException An exception that is thrown when the message is deemed poison. A message is poisoned if it fails repeated attempts to deliver the message.
System.ServiceModel.ProtocolException  
System.ServiceModel.Security.MessageSecurityException  
System.ServiceModel.Security.SecurityAccessDeniedException Represents the security exception that is thrown when a security authorization request fails.
System.ServiceModel.Security.SecurityNegotiationException Indicates that an error occurred while negotiating the security context for a message.
System.ServiceModel.ServerTooBusyException  
System.ServiceModel.ServiceActivationException  

See Also

Reference

CommunicationException Class
CommunicationException Members
System.ServiceModel Namespace