Share via


SoapServerException.AddErrorString method

Adds the error description to a node in a SOAP exception.

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

Syntax

'Declaration
Protected Shared Sub AddErrorString ( _
    node As XmlNode, _
    strError As String _
)
'Usage
Dim node As XmlNode
Dim strError As StringSoapServerException.AddErrorString(node, strError)
protected static void AddErrorString(
    XmlNode node,
    string strError
)

Parameters

See also

Reference

SoapServerException class

SoapServerException members

Microsoft.SharePoint.SoapServer namespace