SoapHeaderException

SoapHeaderException

System.Web.Services.Protocols (system.web.services.dll)class

This class represents an error processing a SoapHeader. Typically, it results when a header with a SoapHeader.MustUnderstand property of True is processed by the receiving method, but the corresponding SoapHeader.DidUnderstand property is not set to True.

public class SoapHeaderException : SoapException { // Public Constructors    public SoapHeaderException(string message, System.Xml.XmlQualifiedName code);    public SoapHeaderException(string message, System.Xml.XmlQualifiedName code,         Exception innerException);    public SoapHeaderException(string message, System.Xml.XmlQualifiedName code,         string actor);    public SoapHeaderException(string message, System.Xml.XmlQualifiedName code,         string actor, Exception innerException); }

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException SoapException SoapHeaderException



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net