SPLog.WarningTag - Méthode (UInt32, String, Exception, Object[])

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

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

Syntaxe

'Déclaration
Public Sub WarningTag ( _
    tagID As UInteger, _
    format As String, _
    exception As Exception, _
    ParamArray args As Object() _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim format As String
Dim exception As Exception
Dim args As Object()

instance.WarningTag(tagID, format, exception, _
    args)
public void WarningTag(
    uint tagID,
    string format,
    Exception exception,
    params Object[] args
)

Paramètres

  • exception
    Type : System.Exception

    Exception dont trace de la pile est connecté.

  • args
    Type : []

Voir aussi

Référence

SPLog classe

SPLog - Membres

WarningTag - Surcharge

Microsoft.SharePoint.Upgrade - Espace de noms