Name

SoapHeaderException

Synopsis

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 : Inherits SoapException
' Public Constructors
   Public Sub New(ByVal message As String, 
        ByVal code As System.Xml.XmlQualifiedName) 
   Public Sub New(ByVal message As String, 
        ByVal code As System.Xml.XmlQualifiedName, 
        ByVal innerException As Exception) 
   Public Sub New(ByVal message As String, 
        ByVal code As System.Xml.XmlQualifiedName, 
        ByVal actor As String) 
   Public Sub New(ByVal message As String, 
        ByVal code As System.Xml.XmlQualifiedName, 
        ByVal actor As String, 
        ByVal innerException As Exception) 
End Class

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemExceptionSoapException SoapHeaderException

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.