SPUserCodeSolutionProxiedException.StackTrace property

Stack trace of the exception.

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

Syntax

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

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

Property value

Type: System.String
Returns String.

Implements

_Exception.StackTrace

See also

Reference

SPUserCodeSolutionProxiedException class

SPUserCodeSolutionProxiedException members

Microsoft.SharePoint.UserCode namespace