SPUserCodeSolutionProxiedException.StackTrace Property
Stack trace of the exception.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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
See Also
Reference
SPUserCodeSolutionProxiedException Class