Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.ExceptionThe exception.
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
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace