Share via


ServerUtils.CreateStackTraceId-Methode

Gibt eine ganze Zahl, die die angegebene Ausnahme angibt.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function CreateStackTraceId ( _
    e As Exception _
) As Integer
'Usage
Dim e As Exception
Dim returnValue As Integer

returnValue = ServerUtils.CreateStackTraceId(e)
public static int CreateStackTraceId(
    Exception e
)

Parameter

Rückgabewert

Typ: System.Int32
Eine ganze Zahl, die auf einen Hash-Wert der Stapelüberwachung aus der angegebenen Ausnahme.

Siehe auch

Referenz

ServerUtils Klasse

ServerUtils-Member

Microsoft.PerformancePoint.Scorecards.ServerCommon-Namespace