This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
SoapHeaderException Constructor
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
|
| Name | Description |
|---|
|
SoapHeaderException()
|
Initializes a new instance of the SoapHeaderException class.
|
|
SoapHeaderException(SerializationInfo, StreamingContext)
|
Initializes a new instance of the SoapHeaderException class with parameters for controlling serialization.
|
|
SoapHeaderException(String, XmlQualifiedName)
|
Initializes a new instance of the SoapHeaderException class.
|
|
SoapHeaderException(String, XmlQualifiedName, Exception)
|
Initializes a new instance of the SoapHeaderException class.
|
|
SoapHeaderException(String, XmlQualifiedName, String)
|
Initializes a new instance of the SoapHeaderException class.
|
|
SoapHeaderException(String, XmlQualifiedName, String, Exception)
|
Initializes a new instance of the SoapHeaderException class.
|
|
SoapHeaderException(String, XmlQualifiedName, String, String, SoapFaultSubCode, Exception)
|
Initializes a new instance of the SoapHeaderException class with the associated data.
|
|
SoapHeaderException(String, XmlQualifiedName, String, String, String, SoapFaultSubCode, Exception)
|
Initializes a new instance of the SoapHeaderException class with the associated data.
|
Top