Share via


SoapServerException.DetailsNodeNameSpace property

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

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

Syntax

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

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

Property value

Type: System.String
A string that represents the namespace URI where the exception occurred.

See also

Reference

SoapServerException class

SoapServerException members

Microsoft.SharePoint.SoapServer namespace