Partilhar via


ErrorUtils.OnErrorEntry Method

Returns the specified error message.

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

Syntax

'Declaration
Public Function OnErrorEntry ( _
    errorMessage As String _
) As String
'Usage
Dim instance As ErrorUtils
Dim errorMessage As String
Dim returnValue As String

returnValue = instance.OnErrorEntry(errorMessage)
public string OnErrorEntry(
    string errorMessage
)

Parameters

Return Value

Type: System.String
The specified error message.

See Also

Reference

ErrorUtils Class

ErrorUtils Members

Microsoft.PerformancePoint.Scorecards.Server Namespace