PublishingSoapException.StackTrace property

Returns the stack trace at the time of the exception.

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

Syntax

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

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

Property value

Type: System.String
A string representing the stack trace at the time of the exception.

See also

Reference

PublishingSoapException class

PublishingSoapException members

Microsoft.SharePoint.Publishing namespace