SoapServerException members

A wrapper class that converts a SharePoint or COM exception to a SOAP exception so that it can be deserialized on the Visual Studio .NET client.

The SoapServerException type exposes the following members.

Constructors

  Name Description
Protected method SoapServerException(XmlNode) Initializes a new instance of the SoapServerException class based on the specified XML node.
Protected method SoapServerException(String, XmlQualifiedName) Initializes a new instance of the SoapServerException class based on the specified message and fault code.

Top

Properties

  Name Description
Public property Actor (Inherited from SoapException.)
Public property Code (Inherited from SoapException.)
Public property Data (Inherited from Exception.)
Public property Detail (Inherited from SoapException.)
Protected propertyStatic member DetailsNodeNameSpace Gets the value of the the namespace URI (Uniform Resource Identifier) of the node on the server where the exception occurred.
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Protected propertyStatic member InfoNodeNameSpace Gets the value of the namespace URI (Uniform Resource Identifier) of the node on the SharePoint server where the exception occurred.
Public property InnerException (Inherited from Exception.)
Public property Lang (Inherited from SoapException.)
Public property Message (Inherited from Exception.)
Protected propertyStatic member MyActor Gets the piece of code that caused the exception.
Public property Node (Inherited from SoapException.)
Public property Role (Inherited from SoapException.)
Public property Source (Inherited from Exception.)
Public property StackTrace Gets a string representation of the frames on the call stack at the time the current exception was thrown. (Overrides Exception.StackTrace.)
Public property SubCode (Inherited from SoapException.)
Public property TargetSite (Inherited from Exception.)

Top

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