ErrorUtils.ErrorEntryCallback Delegate
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a callback that can be used to customize an error message.
Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Delegate Function ErrorEntryCallback ( _
errorMessage As String _
) As String
'Usage
Dim instance As New ErrorEntryCallback(AddressOf HandlerMethod)
public delegate string ErrorEntryCallback(
string errorMessage
)
Parameters
- errorMessage
Type: System.String
Return Value
Type: System.String
Remarks
The custom message can be added to a standard error message that includes exception information. This method is used by the CreateErrorLogEntry(Exception, String, ErrorUtils.ErrorEntryCallback) method.