SPException.NativeStackTrace property

Gets the native code stack trace associated with this SPException object.

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

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.

See also

Reference

SPException class

SPException members

Microsoft.SharePoint namespace