SPException.NativeStackTrace Property
Gets the native code stack trace associated with this SPException object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property NativeStackTrace As String
Get
'Usage
Dim instance As SPException
Dim value As String
value = instance.NativeStackTrace
public string NativeStackTrace { get; }
Property Value
Type: System.String
String
Remarks
The native code stack trace.