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.
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
ex
Type: System.ExceptionThe exception.
Return Value
Type: System.Exception
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace