Partager via


ErrorUtils.ErrorEntryCallback - Délégué

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente un rappel qui peut être utilisé pour personnaliser un message d'erreur.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Server
Assembly :  Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntaxe

'Déclaration
Public Delegate Function ErrorEntryCallback ( _
    errorMessage As String _
) As String
'Utilisation
Dim instance As New ErrorEntryCallback(AddressOf HandlerMethod)
public delegate string ErrorEntryCallback(
    string errorMessage
)

Paramètres

Valeur renvoyée

Type : System.String

Remarques

Les messages personnalisés peuvent être ajoutés à un message d'erreur standard qui inclut des informations sur l'exception. Cette méthode est utilisée par la méthode CreateErrorLogEntry(Exception, String, ErrorUtils.ErrorEntryCallback) .

Voir aussi

Référence

Microsoft.PerformancePoint.Scorecards.Server - Espace de noms