Share via


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
The exception as a BpmException object.

See also

Reference

ServerUtils class

ServerUtils members

HandleException overload

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace