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