Share via


SoapServerException.StackTrace property

Gets a string representation of the frames on the call stack at the time the current exception was thrown.

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

Syntax

'Declaration
Public Overrides ReadOnly Property StackTrace As String
    Get
'Usage
Dim instance As SoapServerException
Dim value As String

value = instance.StackTrace
public override string StackTrace { get; }

Property value

Type: System.String
A string that contains stack trace information.

Implements

_Exception.StackTrace

See also

Reference

SoapServerException class

SoapServerException members

Microsoft.SharePoint.SoapServer namespace