Share via


SoapServerException.InfoNodeNameSpace property

Gets the value of the namespace URI (Uniform Resource Identifier) of the node on the SharePoint server where the exception occurred.

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

Syntax

'Declaration
Protected Shared ReadOnly Property InfoNodeNameSpace As String
    Get
'Usage
Dim value As String

value = SoapServerException.InfoNodeNameSpace
protected static string InfoNodeNameSpace { get; }

Property value

Type: System.String
A string representing the URI value of the namespace where the exception occurred.

See also

Reference

SoapServerException class

SoapServerException members

Microsoft.SharePoint.SoapServer namespace