ServerUtils.CreateStackTraceId Method

Returns an integer that identifies the specified exception.

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
)

Parameters

Return Value

Type: System.Int32
An integer that is based on a hash value of the stack trace of the specified exception.

See Also

Reference

ServerUtils Class

ServerUtils Members

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace