MessageHeaderException Class
The exception that is thrown when the expectations regarding headers of a SOAP message are not satisfied when the message is processed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This exception is typically thrown when there are too many headers or headers are missing from the message. This can include infrastructure headers such as the Action and Reliable Message headers. This exception derives from ProtocolException, which in turn derives from CommunicationException. The CommunicationException class represents a class of recoverable errors that may be thrown during communication between endpoints and that robust Windows Communication Foundation (WCF) client and service applications are expected to handle. To prevent the more generic CommunicationException handler from catching the more specific ProtocolException, catch this exception prior to handling CommunicationException.
System.Exception
System.SystemException
System.ServiceModel.CommunicationException
System.ServiceModel.ProtocolException
System.ServiceModel.MessageHeaderException
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.