This documentation is archived and is not being maintained.

SoapException Members

SoapException overview

Public Constructors

public constructorSoapException Constructor

Supported by the .NET Compact Framework.

Overloaded. Initializes a new instance of the SoapException class.

Public Fields

public fieldstatic (Shared in Visual Basic)ClientFaultCode

Supported by the .NET Compact Framework.

Specifies a SOAP fault code representing a client call was not formatted correctly or did not contain the appropriate information.
public fieldstatic (Shared in Visual Basic)DetailElementName

Supported by the .NET Compact Framework.

Gets an XmlQualifiedName representing the Detail element of a SOAP Fault code.
public fieldstatic (Shared in Visual Basic)MustUnderstandFaultCode

Supported by the .NET Compact Framework.

A SOAP Fault Code representing a SOAP element marked with the MustUnderstand attribute was not processed.
public fieldstatic (Shared in Visual Basic)ServerFaultCode

Supported by the .NET Compact Framework.

Specifies a SOAP fault code representing an error occurred during the processing of a client call on the server, where the problem was not due to the message contents.
public fieldstatic (Shared in Visual Basic)VersionMismatchFaultCode

Supported by the .NET Compact Framework.

A SOAP fault code representing an invalid namespace for a SOAP Envelope was found during the processing of the SOAP message.

Public Properties

public propertyActor

Supported by the .NET Compact Framework.

Gets the piece of code that caused the exception.
public propertyCode

Supported by the .NET Compact Framework.

Gets the type of SOAP fault code.
public propertyDetail

Supported by the .NET Compact Framework.

Gets an XmlNode representing the application specific error information details.
public propertyHelpLink (inherited from Exception) Gets or sets a link to the help file associated with this exception.
public propertyInnerException (inherited from Exception)

Supported by the .NET Compact Framework.

Gets the Exception instance that caused the current exception.
public propertyMessage (inherited from Exception)

Supported by the .NET Compact Framework.

Gets a message that describes the current exception.
public propertySource (inherited from Exception) Gets or sets the name of the application or the object that causes the error.
public propertyStackTrace (inherited from Exception) Gets a string representation of the frames on the call stack at the time the current exception was thrown.
public propertyTargetSite (inherited from Exception) Gets the method that throws the current exception.

Public Methods

public methodEquals (inherited from Object)

Supported by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetBaseException (inherited from Exception)

Supported by the .NET Compact Framework.

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
public methodGetHashCode (inherited from Object)

Supported by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetObjectData (inherited from Exception) When overridden in a derived class, sets the SerializationInfo with information about the exception.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodToString (inherited from Exception)

Supported by the .NET Compact Framework.

Overridden. Creates and returns a string representation of the current exception.

Protected Properties

protected propertyHResult (inherited from Exception) Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

Protected Methods

protected methodFinalize (inherited from Object)

Supported by the .NET Compact Framework.

Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

SoapException Class | System.Web.Services.Protocols Namespace

Show: