System.Web.Services.Protocols.SoapException Members

The members of System.Web.Services.Protocols.SoapException are listed below.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the System.Web.Services.Protocols.SoapException class.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message and exception code.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, and reference to the root cause of the exception.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, and URI that identifies the piece of code that caused the exception.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, and subcode.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, URI that identifies the code that caused the exception, and reference to the root cause of the exception.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, and application specific exception information.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.

Initializes a new instance of the System.Web.Services.Protocols.SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, URI that represents the XML Web service's function in processing the SOAP message, the human language associated with the exception, the application-specific exception information, the subcode for the SOAP fault and reference to the root cause of the exception.

Protected Constructors

Public Fields

static readonly
ClientFaultCodeSystem.Xml.XmlQualifiedName.

Specifies a SOAP fault code that represents a client call that is not formatted correctly or does not contain the appropriate information.

static readonly
DetailElementNameSystem.Xml.XmlQualifiedName.

Gets an System.Xml.XmlQualifiedName that represents the SoapException.Detail element of a SOAP Fault code.

static readonly
MustUnderstandFaultCodeSystem.Xml.XmlQualifiedName.

A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand attribute was not processed.

static readonly
ServerFaultCodeSystem.Xml.XmlQualifiedName.

Specifies that a SOAP fault code that represents an error occurred during the processing of a client call on the server, where the problem is not due to the message contents.

static readonly
VersionMismatchFaultCodeSystem.Xml.XmlQualifiedName.

A SOAP fault code that represents an invalid namespace for a SOAP envelope was found during the processing of the SOAP message.

Public Properties

[read-only]
Actorstring.

Gets the piece of code that caused the exception.

[read-only]
CodeSystem.Xml.XmlQualifiedName.

Gets the type of SOAP fault code.

[read-only]
DetailSystem.Xml.XmlNode.

Gets an System.Xml.XmlNode that represents the application-specific error information details.

[read-only]
Langstring.

Gets the human language associated with the exception.

[read-only]
Nodestring.

Gets a URI that represents the piece of code that caused the exception.

[read-only]
Rolestring.

Gets a URI that represents the XML Web service's function in processing the SOAP message.

[read-only]
SubCodeSoapFaultSubCode.

Gets the optional error information contained in the subcode XML element of a SOAP fault.

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.