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
errorMessage
Type: System.StringThe error message.
Return Value
Type: System.String
The specified error message.