Partager via


ErrorUtils.CreateErrorLogEntry - Méthode

Crée une entrée de journal pour l'exception spécifiée.

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

Syntaxe

'Déclaration
Public Shared Function CreateErrorLogEntry ( _
    e As Exception, _
    message As String, _
    callback As ErrorUtils.ErrorEntryCallback _
) As String
'Utilisation
Dim e As Exception
Dim message As String
Dim callback As ErrorUtils.ErrorEntryCallback
Dim returnValue As String

returnValue = ErrorUtils.CreateErrorLogEntry(e, _
    message, callback)
public static string CreateErrorLogEntry(
    Exception e,
    string message,
    ErrorUtils.ErrorEntryCallback callback
)

Paramètres

Valeur renvoyée

Type : System.String
Chaîne qui représente l'erreur pour vous connecter.

Voir aussi

Référence

ErrorUtils classe

ErrorUtils - Membres

Microsoft.PerformancePoint.Scorecards.Server - Espace de noms