SoapServerException class

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.

Inheritance hierarchy

System.Object
  System.Exception
    System.SystemException
      System.Web.Services.Protocols.SoapException
        Microsoft.SharePoint.SoapServer.SoapServerException
          Microsoft.SharePoint.SoapServer.WebPartPageSoapServerException

Namespace:  Microsoft.SharePoint.SoapServer
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SoapServerException _
    Inherits SoapException
'Usage
Dim instance As SoapServerException
public class SoapServerException : SoapException

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SoapServerException members

Microsoft.SharePoint.SoapServer namespace