SoapServerException Methods

Include Protected Members
Include Inherited Members

The SoapServerException type exposes the following members.

Methods

  Name Description
Protected methodStatic member AddErrorCode Adds the error code to a node in a SOAP exception.
Protected methodStatic member AddErrorString Adds the error description to a node in a SOAP exception.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from SoapException.)
Public method GetType (Inherited from Exception.)
Public methodStatic member HandleException Handles an exception that is thrown.
Protected methodStatic member MakeDetailsNode(String) Creates a node that contains the error description.
Protected methodStatic member MakeDetailsNode(String, Int32) Creates a node that contains the error description and the error code.
Protected methodStatic member MakeSoapException(String) Creates a SOAP exception event and passes in the error description.
Protected methodStatic member MakeSoapException(String, Int32) Creates a SOAP exception event and passes in the error description and the error code.
Public methodStatic member MakeSoapException(String, XmlQualifiedName) Creates a SOAP exception event and passes in the SOAP fault code and an XML qualified name.
Protected methodStatic member MakeSoapException(String, Int32, Exception) Creates a SOAP exception event and passes in the error description, error code, and the related exception that caused the current exception.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ThrowSoapException(String, Int32) Throws an exception and provides additional details about the exception, including the description and the error code.
Public methodStatic member ThrowSoapException(String, Int32, Exception) Throws an exception and provides additional details about the exception including the description, the error code, and the InnerException information.
Public method ToString (Inherited from Exception.)

Top

See Also

Reference

SoapServerException Class

Microsoft.SharePoint.SoapServer Namespace