SPLog.ErrorTag - Méthode (UInt32, String, Exception)

Abréviation de [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Utilisez**[LogLevel.Error]**.

Espace de noms :  Microsoft.SharePoint.Upgrade
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub ErrorTag ( _
    tagID As UInteger, _
    output As String, _
    exception As Exception _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim exception As Exception

instance.ErrorTag(tagID, output, exception)
public void ErrorTag(
    uint tagID,
    string output,
    Exception exception
)

Paramètres

  • exception
    Type : System.Exception

    Exception dont trace de la pile est connecté.

Voir aussi

Référence

SPLog classe

SPLog - Membres

ErrorTag - Surcharge

Microsoft.SharePoint.Upgrade - Espace de noms