SPLog.WarningTag - Méthode (UInt32, String, Exception)
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, _
output As String, _
exception As Exception _
)
'Utilisation
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim exception As Exception
instance.WarningTag(tagID, output, exception)
public void WarningTag(
uint tagID,
string output,
Exception exception
)
Paramètres
tagID
Type : System.UInt32Étiquette pour le message.
- output
Type : System.String
exception
Type : System.ExceptionException dont trace de la pile est connecté.