SPLog.ErrorTag-Methode (UInt32, String, Exception)
Kurzform von [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Verwenden Sie**[LogLevel.Error]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ErrorTag ( _
tagID As UInteger, _
output As String, _
exception As Exception _
)
'Usage
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
)
Parameter
tagID
Typ: System.UInt32Tag für die Nachricht.
- output
Typ: System.String
exception
Typ: System.ExceptionDie Ausnahme, deren Stapelüberwachung angemeldet ist.