ServerUtils.HandleException Method (Exception)

Logs an exception in the event log.

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

Syntax

'Declaration
Public Shared Function HandleException ( _
    ex As Exception _
) As Exception
'Usage
Dim ex As Exception
Dim returnValue As Exception

returnValue = ServerUtils.HandleException(ex)
public static Exception HandleException(
    Exception ex
)

Parameters

Return Value

Type: System.Exception

See Also

Reference

ServerUtils Class

ServerUtils Members

HandleException Overload

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace