Share via


SoapServerException.AddErrorCode method

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

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

Syntax

'Declaration
Protected Shared Sub AddErrorCode ( _
    node As XmlNode, _
    code As Integer _
)
'Usage
Dim node As XmlNode
Dim code As IntegerSoapServerException.AddErrorCode(node, code)
protected static void AddErrorCode(
    XmlNode node,
    int code
)

Parameters

See also

Reference

SoapServerException class

SoapServerException members

Microsoft.SharePoint.SoapServer namespace