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.