System.Web.Services.Protocols.SoapException: Method Members

The methods of System.Web.Services.Protocols.SoapException are listed below. For a list of all members, see the SoapException Members list.

See Also: Inherited members from System.SystemException

Public Methods

override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Sets the System.Runtime.Serialization.. with information about the exception.

static
IsClientFaultCode(System.Xml.XmlQualifiedName) : bool

Returns a value that indicates whether the SOAP fault code is equivalent to the Client SOAP fault code regardless of the version of the SOAP protocol used.

static
IsMustUnderstandFaultCode(System.Xml.XmlQualifiedName) : bool

Returns a value that indicates whether the SOAP fault code is equivalent to MustUnderstand regardless of the version of the SOAP protocol used.

static
IsServerFaultCode(System.Xml.XmlQualifiedName) : bool

Returns a value that indicates whether the SOAP fault code is equivalent to the Server SOAP fault code regardless of the version of the SOAP protocol used.

static
IsVersionMismatchFaultCode(System.Xml.XmlQualifiedName) : bool

Returns a value that indicates whether the SOAP fault code is equivalent to the VersionMismatch SOAP fault code regardless of the version of the SOAP protocol used.