Compartilhar via


SPException.NativeStackTrace property

Obtém o rastreamento de pilha de código nativo associado a este objeto de SPException .

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

Syntax

'Declaração
Public ReadOnly Property NativeStackTrace As String
    Get
'Uso
Dim instance As SPException
Dim value As String

value = instance.NativeStackTrace
public string NativeStackTrace { get; }

Property value

Type: System.String
String

Comentários

O rastreamento de pilha de código nativo.

Ver também

Referência

SPException class

SPException members

Microsoft.SharePoint namespace